Html Css Color HEX #85E738 Atlantis

📋 copy color: '#85E738'

red 133 ◦ green 231 ◦ blue 56

#85E738
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #85E738

Tints of Atlantis #85E738

RGB

 RED value IS 133 (52.34% from 255) = 31.67%

 GREEN value IS 231 (90.63% from 255) = 55%

 BLUE value IS 56 (22.27% from 255) = 13.33%

R = 31.67%
G = 55%
B = 13.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.76

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#85E738 (or 0x85E738) is known color: Atlantis. HEX triplet: 85, E7 and 38. RGB value is (133,231,56). Sum of RGB (Red+Green+Blue) = 133+231+56=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 231 (90.62% from 255 or 55% from 420); Blue value is 56 (22.27% from 255 or 13.33% from 420); Max value from RGB is 231 - color contains mainly: green. Hex color #85E738 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E738 is #7A18C7. Grayscale: #B6B6B6. Windows color (decimal): -8001736 or 3729285. OLE color: 3729285.

HSL color Cylindrical-coordinate representation of color #85E738: hue angle of 93.6º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85E738 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 231 56 -
CMYK 0.42 0 0.76 0.09
HSL 93.6º 0.78% 0.56% -
HSV(B) 93.6º 0.76% 0.91% -
XYZ 38.96 62.42 13.74 -
YUV 181.75 57.03 93.23 -
System Red Green Blue C M Y K H S L
Decimal 133 231 56 0.42 0 0.76 0.09 93.6 0.78 0.56
Hex 85 E7 38 2A 0 4C 9 5E 4E 38
Octal 205 347 70 52 0 114 11 136 116 70
Binary 10000101 11100111 111000 101010 0 1001100 1001 1011110 1001110 111000

Color Harmonies of #85E738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E738

Black with #85E738

Text Example


Text Example

White with #85E738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85E738; }

 p { color: rgb(133,231,56); }

 H1.HeaderClassName
 {
   color: #85E738;
 }
 .AnyTagClassName
 {
   color: #85E738;
 }
</style>

background-color css

<style>
 a { background-color: #85E738; }

 a { background-color: rgb(133,231,56); }

 div.DivClassName
 {
   background-color: #85E738;
 }
 .BgClassName
 {
   background-color: #85E738;
 }
</style>

border-color css

<style>
 span { border-color: #85E738; }

 span { border-color: rgb(133,231,56); }

 td.TdClassName
 {
   border-color: #85E738;
 }
 .TagClassName
 {
   border-color: #85E738;
 }
</style>