Html Css Color HEX #85DD11 Lawn Green

📋 copy color: '#85DD11'

red 133 ◦ green 221 ◦ blue 17

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

Shades of Lawn Green #85DD11

Tints of Lawn Green #85DD11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.58%

R = 35.85%
G = 59.57%
B = 4.58%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#85DD11 (or 0x85DD11) is known color: Lawn Green. HEX triplet: 85, DD and 11. RGB value is (133,221,17). Sum of RGB (Red+Green+Blue) = 133+221+17=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 221 (86.72% from 255 or 59.57% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85DD11 is #7A22EE. Grayscale: #ACACAC. Windows color (decimal): -8004335 or 1170821. OLE color: 1170821.

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

Color convert

RGB 133 221 17 -
CMYK 0.40 0 0.92 0.13
HSL 85.88º 0.86% 0.47% -
HSV(B) 85.88º 0.92% 0.87% -
XYZ 35.63 56.74 9.6 -
YUV 171.43 40.85 100.59 -
System Red Green Blue C M Y K H S L
Decimal 133 221 17 0.40 0 0.92 0.13 85.88 0.86 0.47
Hex 85 DD 11 28 0 5C D 56 56 2F
Octal 205 335 21 50 0 134 15 126 126 57
Binary 10000101 11011101 10001 101000 0 1011100 1101 1010110 1010110 101111

Color Harmonies of #85DD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DD11

Black with #85DD11

Text Example


Text Example

White with #85DD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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