Html Css Color HEX #85DD14 Lawn Green

📋 copy color: '#85DD14'

red 133 ◦ green 221 ◦ blue 20

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

Shades of Lawn Green #85DD14

Tints of Lawn Green #85DD14

RGB

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

 GREEN value IS 221 (86.72% from 255) = 59.09%

 BLUE value IS 20 (8.2% from 255) = 5.35%

R = 35.56%
G = 59.09%
B = 5.35%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#85DD14 (or 0x85DD14) is known color: Lawn Green. HEX triplet: 85, DD and 14. RGB value is (133,221,20). Sum of RGB (Red+Green+Blue) = 133+221+20=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 221 (86.72% from 255 or 59.09% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85DD14 is #7A22EB. Grayscale: #ACACAC. Windows color (decimal): -8004332 or 1367429. OLE color: 1367429.

HSL color Cylindrical-coordinate representation of color #85DD14: hue angle of 86.27º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85DD14 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 221 20 -
CMYK 0.40 0 0.91 0.13
HSL 86.27º 0.83% 0.47% -
HSV(B) 86.27º 0.91% 0.87% -
XYZ 35.66 56.75 9.74 -
YUV 171.77 42.35 100.34 -
System Red Green Blue C M Y K H S L
Decimal 133 221 20 0.40 0 0.91 0.13 86.27 0.83 0.47
Hex 85 DD 14 28 0 5B D 56 53 2F
Octal 205 335 24 50 0 133 15 126 123 57
Binary 10000101 11011101 10100 101000 0 1011011 1101 1010110 1010011 101111

Color Harmonies of #85DD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DD14

Black with #85DD14

Text Example


Text Example

White with #85DD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,221,20); }

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

background-color css

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

 a { background-color: rgb(133,221,20); }

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

border-color css

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

 span { border-color: rgb(133,221,20); }

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