Html Css Color HEX #85E839 Atlantis

📋 copy color: '#85E839'

red 133 ◦ green 232 ◦ blue 57

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

Shades of Atlantis #85E839

Tints of Atlantis #85E839

RGB

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

 GREEN value IS 232 (91.02% from 255) = 54.98%

 BLUE value IS 57 (22.66% from 255) = 13.51%

R = 31.52%
G = 54.98%
B = 13.51%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#85E839 (or 0x85E839) is known color: Atlantis. HEX triplet: 85, E8 and 39. RGB value is (133,232,57). Sum of RGB (Red+Green+Blue) = 133+232+57=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 232 (91.02% from 255 or 54.98% from 422); Blue value is 57 (22.66% from 255 or 13.51% from 422); Max value from RGB is 232 - color contains mainly: green. Hex color #85E839 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E839 is #7A17C6. Grayscale: #B7B7B7. Windows color (decimal): -8001479 or 3795077. OLE color: 3795077.

HSL color Cylindrical-coordinate representation of color #85E839: hue angle of 93.94º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85E839 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 232 57 -
CMYK 0.43 0 0.75 0.09
HSL 93.94º 0.79% 0.57% -
HSV(B) 93.94º 0.75% 0.91% -
XYZ 39.27 63 13.96 -
YUV 182.45 57.2 92.73 -
System Red Green Blue C M Y K H S L
Decimal 133 232 57 0.43 0 0.75 0.09 93.94 0.79 0.57
Hex 85 E8 39 2B 0 4B 9 5E 4F 39
Octal 205 350 71 53 0 113 11 136 117 71
Binary 10000101 11101000 111001 101011 0 1001011 1001 1011110 1001111 111001

Color Harmonies of #85E839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E839

Black with #85E839

Text Example


Text Example

White with #85E839

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,232,57); }

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

background-color css

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

 a { background-color: rgb(133,232,57); }

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

border-color css

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

 span { border-color: rgb(133,232,57); }

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