Html Css Color HEX #85EC02 Lawn Green

📋 copy color: '#85EC02'

red 133 ◦ green 236 ◦ blue 2

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

Shades of Lawn Green #85EC02

Tints of Lawn Green #85EC02

RGB

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

 GREEN value IS 236 (92.58% from 255) = 63.61%

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 35.85%
G = 63.61%
B = 0.54%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#85EC02 (or 0x85EC02) is known color: Lawn Green. HEX triplet: 85, EC and 02. RGB value is (133,236,2). Sum of RGB (Red+Green+Blue) = 133+236+2=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 236 (92.58% from 255 or 63.61% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85EC02 is #7A13FD. Grayscale: #B3B3B3. Windows color (decimal): -8000510 or 191621. OLE color: 191621.

HSL color Cylindrical-coordinate representation of color #85EC02: hue angle of 86.41º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85EC02 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 236 2 -
CMYK 0.44 0 0.99 0.07
HSL 86.41º 0.98% 0.47% -
HSV(B) 86.41º 0.99% 0.93% -
XYZ 39.68 64.98 10.51 -
YUV 178.53 28.38 95.53 -
System Red Green Blue C M Y K H S L
Decimal 133 236 2 0.44 0 0.99 0.07 86.41 0.98 0.47
Hex 85 EC 2 2C 0 63 7 56 62 2F
Octal 205 354 2 54 0 143 7 126 142 57
Binary 10000101 11101100 10 101100 0 1100011 111 1010110 1100010 101111

Color Harmonies of #85EC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EC02

Black with #85EC02

Text Example


Text Example

White with #85EC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,236,2); }

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

background-color css

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

 a { background-color: rgb(133,236,2); }

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

border-color css

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

 span { border-color: rgb(133,236,2); }

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