Html Css Color HEX #85DC04 Lawn Green

📋 copy color: '#85DC04'

red 133 ◦ green 220 ◦ blue 4

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

Shades of Lawn Green #85DC04

Tints of Lawn Green #85DC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.12%

R = 37.25%
G = 61.62%
B = 1.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#85DC04 (or 0x85DC04) is known color: Lawn Green. HEX triplet: 85, DC and 04. RGB value is (133,220,4). Sum of RGB (Red+Green+Blue) = 133+220+4=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 220 (86.33% from 255 or 61.62% from 357); Blue value is 4 (1.95% from 255 or 1.12% from 357); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85DC04 is #7A23FB. Grayscale: #AAAAAA. Windows color (decimal): -8004604 or 318597. OLE color: 318597.

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

Color convert

RGB 133 220 4 -
CMYK 0.40 0 0.98 0.14
HSL 84.17º 0.96% 0.44% -
HSV(B) 84.17º 0.98% 0.86% -
XYZ 35.29 56.18 9.1 -
YUV 169.36 34.68 102.06 -
System Red Green Blue C M Y K H S L
Decimal 133 220 4 0.40 0 0.98 0.14 84.17 0.96 0.44
Hex 85 DC 4 28 0 62 E 54 60 2C
Octal 205 334 4 50 0 142 16 124 140 54
Binary 10000101 11011100 100 101000 0 1100010 1110 1010100 1100000 101100

Color Harmonies of #85DC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DC04

Black with #85DC04

Text Example


Text Example

White with #85DC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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