Html Css Color HEX #85E439 Atlantis

📋 copy color: '#85E439'

red 133 ◦ green 228 ◦ blue 57

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

Shades of Atlantis #85E439

Tints of Atlantis #85E439

RGB

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

 GREEN value IS 228 (89.45% from 255) = 54.55%

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

R = 31.82%
G = 54.55%
B = 13.64%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#85E439 (or 0x85E439) is known color: Atlantis. HEX triplet: 85, E4 and 39. RGB value is (133,228,57). Sum of RGB (Red+Green+Blue) = 133+228+57=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 228 (89.45% from 255 or 54.55% from 418); Blue value is 57 (22.66% from 255 or 13.64% from 418); Max value from RGB is 228 - color contains mainly: green. Hex color #85E439 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E439 is #7A1BC6. Grayscale: #B4B4B4. Windows color (decimal): -8002503 or 3794053. OLE color: 3794053.

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

Color convert

RGB 133 228 57 -
CMYK 0.42 0 0.75 0.11
HSL 93.33º 0.76% 0.56% -
HSV(B) 93.33º 0.75% 0.89% -
XYZ 38.15 60.77 13.59 -
YUV 180.1 58.53 94.4 -
System Red Green Blue C M Y K H S L
Decimal 133 228 57 0.42 0 0.75 0.11 93.33 0.76 0.56
Hex 85 E4 39 2A 0 4B B 5D 4C 38
Octal 205 344 71 52 0 113 13 135 114 70
Binary 10000101 11100100 111001 101010 0 1001011 1011 1011101 1001100 111000

Color Harmonies of #85E439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E439

Black with #85E439

Text Example


Text Example

White with #85E439

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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