Html Css Color HEX #85D50C Lawn Green

📋 copy color: '#85D50C'

red 133 ◦ green 213 ◦ blue 12

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

Shades of Lawn Green #85D50C

Tints of Lawn Green #85D50C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 59.5%

 BLUE value IS 12 (5.08% from 255) = 3.35%

R = 37.15%
G = 59.5%
B = 3.35%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#85D50C (or 0x85D50C) is known color: Lawn Green. HEX triplet: 85, D5 and 0C. RGB value is (133,213,12). Sum of RGB (Red+Green+Blue) = 133+213+12=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 213 (83.59% from 255 or 59.50% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 213 - color contains mainly: green. Hex color #85D50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D50C is #7A2AF3. Grayscale: #A6A6A6. Windows color (decimal): -8006388 or 841093. OLE color: 841093.

HSL color Cylindrical-coordinate representation of color #85D50C: hue angle of 83.88º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85D50C is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 213 12 -
CMYK 0.38 0 0.94 0.16
HSL 83.88º 0.89% 0.44% -
HSV(B) 83.88º 0.94% 0.84% -
XYZ 33.53 52.6 8.73 -
YUV 166.17 41 104.34 -
System Red Green Blue C M Y K H S L
Decimal 133 213 12 0.38 0 0.94 0.16 83.88 0.89 0.44
Hex 85 D5 C 26 0 5E 10 54 59 2C
Octal 205 325 14 46 0 136 20 124 131 54
Binary 10000101 11010101 1100 100110 0 1011110 10000 1010100 1011001 101100

Color Harmonies of #85D50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D50C

Black with #85D50C

Text Example


Text Example

White with #85D50C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,213,12); }

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

background-color css

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

 a { background-color: rgb(133,213,12); }

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

border-color css

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

 span { border-color: rgb(133,213,12); }

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