Html Css Color HEX #85E306 Lawn Green

📋 copy color: '#85E306'

red 133 ◦ green 227 ◦ blue 6

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

Shades of Lawn Green #85E306

Tints of Lawn Green #85E306

RGB

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

 GREEN value IS 227 (89.06% from 255) = 62.02%

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

R = 36.34%
G = 62.02%
B = 1.64%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#85E306 (or 0x85E306) is known color: Lawn Green. HEX triplet: 85, E3 and 06. RGB value is (133,227,6). Sum of RGB (Red+Green+Blue) = 133+227+6=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 227 (89.06% from 255 or 62.02% from 366); Blue value is 6 (2.73% from 255 or 1.64% from 366); Max value from RGB is 227 - color contains mainly: green. Hex color #85E306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85E306 is #7A1CF9. Grayscale: #AEAEAE. Windows color (decimal): -8002810 or 451461. OLE color: 451461.

HSL color Cylindrical-coordinate representation of color #85E306: hue angle of 85.52º 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 #85E306 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB 133 227 6 -
CMYK 0.41 0 0.97 0.11
HSL 85.52º 0.95% 0.46% -
HSV(B) 85.52º 0.97% 0.89% -
XYZ 37.17 59.94 9.78 -
YUV 173.7 33.36 98.97 -
System Red Green Blue C M Y K H S L
Decimal 133 227 6 0.41 0 0.97 0.11 85.52 0.95 0.46
Hex 85 E3 6 29 0 61 B 56 5F 2E
Octal 205 343 6 51 0 141 13 126 137 56
Binary 10000101 11100011 110 101001 0 1100001 1011 1010110 1011111 101110

Color Harmonies of #85E306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E306

Black with #85E306

Text Example


Text Example

White with #85E306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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