Html Css Color HEX #85E205 Lawn Green

📋 copy color: '#85E205'

red 133 ◦ green 226 ◦ blue 5

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

Shades of Lawn Green #85E205

Tints of Lawn Green #85E205

RGB

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

 GREEN value IS 226 (88.67% from 255) = 62.09%

 BLUE value IS 5 (2.34% from 255) = 1.37%

R = 36.54%
G = 62.09%
B = 1.37%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#85E205 (or 0x85E205) is known color: Lawn Green. HEX triplet: 85, E2 and 05. RGB value is (133,226,5). Sum of RGB (Red+Green+Blue) = 133+226+5=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 226 (88.67% from 255 or 62.09% from 364); Blue value is 5 (2.34% from 255 or 1.37% from 364); Max value from RGB is 226 - color contains mainly: green. Hex color #85E205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85E205 is #7A1DFA. Grayscale: #ADADAD. Windows color (decimal): -8003067 or 385669. OLE color: 385669.

HSL color Cylindrical-coordinate representation of color #85E205: hue angle of 85.25º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85E205 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB 133 226 5 -
CMYK 0.41 0 0.98 0.11
HSL 85.25º 0.96% 0.45% -
HSV(B) 85.25º 0.98% 0.89% -
XYZ 36.9 59.39 9.66 -
YUV 173 33.19 99.47 -
System Red Green Blue C M Y K H S L
Decimal 133 226 5 0.41 0 0.98 0.11 85.25 0.96 0.45
Hex 85 E2 5 29 0 62 B 55 60 2D
Octal 205 342 5 51 0 142 13 125 140 55
Binary 10000101 11100010 101 101001 0 1100010 1011 1010101 1100000 101101

Color Harmonies of #85E205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E205

Black with #85E205

Text Example


Text Example

White with #85E205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,226,5); }

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

background-color css

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

 a { background-color: rgb(133,226,5); }

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

border-color css

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

 span { border-color: rgb(133,226,5); }

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