Html Css Color HEX #85D809 Lawn Green

📋 copy color: '#85D809'

red 133 ◦ green 216 ◦ blue 9

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

Shades of Lawn Green #85D809

Tints of Lawn Green #85D809

RGB

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

 GREEN value IS 216 (84.77% from 255) = 60.34%

 BLUE value IS 9 (3.91% from 255) = 2.51%

R = 37.15%
G = 60.34%
B = 2.51%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#85D809 (or 0x85D809) is known color: Lawn Green. HEX triplet: 85, D8 and 09. RGB value is (133,216,9). Sum of RGB (Red+Green+Blue) = 133+216+9=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 216 (84.77% from 255 or 60.34% from 358); Blue value is 9 (3.91% from 255 or 2.51% from 358); Max value from RGB is 216 - color contains mainly: green. Hex color #85D809 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D809 is #7A27F6. Grayscale: #A8A8A8. Windows color (decimal): -8005623 or 645253. OLE color: 645253.

HSL color Cylindrical-coordinate representation of color #85D809: hue angle of 84.06º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85D809 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 216 9 -
CMYK 0.38 0 0.96 0.15
HSL 84.06º 0.92% 0.44% -
HSV(B) 84.06º 0.96% 0.85% -
XYZ 34.28 54.12 8.9 -
YUV 167.59 38.5 103.33 -
System Red Green Blue C M Y K H S L
Decimal 133 216 9 0.38 0 0.96 0.15 84.06 0.92 0.44
Hex 85 D8 9 26 0 60 F 54 5C 2C
Octal 205 330 11 46 0 140 17 124 134 54
Binary 10000101 11011000 1001 100110 0 1100000 1111 1010100 1011100 101100

Color Harmonies of #85D809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D809

Black with #85D809

Text Example


Text Example

White with #85D809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,216,9); }

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

background-color css

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

 a { background-color: rgb(133,216,9); }

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

border-color css

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

 span { border-color: rgb(133,216,9); }

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