Html Css Color HEX #85DC02 Lawn Green

📋 copy color: '#85DC02'

red 133 ◦ green 220 ◦ blue 2

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

Shades of Lawn Green #85DC02

Tints of Lawn Green #85DC02

RGB

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

 GREEN value IS 220 (86.33% from 255) = 61.97%

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

R = 37.46%
G = 61.97%
B = 0.56%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#85DC02 (or 0x85DC02) is known color: Lawn Green. HEX triplet: 85, DC and 02. RGB value is (133,220,2). Sum of RGB (Red+Green+Blue) = 133+220+2=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 220 (86.33% from 255 or 61.97% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85DC02 is #7A23FD. Grayscale: #A9A9A9. Windows color (decimal): -8004606 or 187525. OLE color: 187525.

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

Color convert

RGB 133 220 2 -
CMYK 0.40 0 0.99 0.14
HSL 83.94º 0.98% 0.44% -
HSV(B) 83.94º 0.99% 0.86% -
XYZ 35.28 56.18 9.04 -
YUV 169.14 33.68 102.23 -
System Red Green Blue C M Y K H S L
Decimal 133 220 2 0.40 0 0.99 0.14 83.94 0.98 0.44
Hex 85 DC 2 28 0 63 E 54 62 2C
Octal 205 334 2 50 0 143 16 124 142 54
Binary 10000101 11011100 10 101000 0 1100011 1110 1010100 1100010 101100

Color Harmonies of #85DC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DC02

Black with #85DC02

Text Example


Text Example

White with #85DC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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