Html Css Color HEX #85E406 Lawn Green

📋 copy color: '#85E406'

red 133 ◦ green 228 ◦ blue 6

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

Shades of Lawn Green #85E406

Tints of Lawn Green #85E406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.63%

R = 36.24%
G = 62.13%
B = 1.63%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#85E406 (or 0x85E406) is known color: Lawn Green. HEX triplet: 85, E4 and 06. RGB value is (133,228,6). Sum of RGB (Red+Green+Blue) = 133+228+6=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 228 (89.45% from 255 or 62.13% from 367); Blue value is 6 (2.73% from 255 or 1.63% from 367); Max value from RGB is 228 - color contains mainly: green. Hex color #85E406 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85E406 is #7A1BF9. Grayscale: #AFAFAF. Windows color (decimal): -8002554 or 451717. OLE color: 451717.

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

Color convert

RGB 133 228 6 -
CMYK 0.42 0 0.97 0.11
HSL 85.68º 0.95% 0.46% -
HSV(B) 85.68º 0.97% 0.89% -
XYZ 37.45 60.49 9.87 -
YUV 174.29 33.03 98.55 -
System Red Green Blue C M Y K H S L
Decimal 133 228 6 0.42 0 0.97 0.11 85.68 0.95 0.46
Hex 85 E4 6 2A 0 61 B 56 5F 2E
Octal 205 344 6 52 0 141 13 126 137 56
Binary 10000101 11100100 110 101010 0 1100001 1011 1010110 1011111 101110

Color Harmonies of #85E406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E406

Black with #85E406

Text Example


Text Example

White with #85E406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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