Html Css Color HEX #85D70E Lawn Green

📋 copy color: '#85D70E'

red 133 ◦ green 215 ◦ blue 14

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

Shades of Lawn Green #85D70E

Tints of Lawn Green #85D70E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 59.39%

 BLUE value IS 14 (5.86% from 255) = 3.87%

R = 36.74%
G = 59.39%
B = 3.87%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#85D70E (or 0x85D70E) is known color: Lawn Green. HEX triplet: 85, D7 and 0E. RGB value is (133,215,14). Sum of RGB (Red+Green+Blue) = 133+215+14=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 215 (84.38% from 255 or 59.39% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 215 - color contains mainly: green. Hex color #85D70E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D70E is #7A28F1. Grayscale: #A8A8A8. Windows color (decimal): -8005874 or 972677. OLE color: 972677.

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

Color convert

RGB 133 215 14 -
CMYK 0.38 0 0.93 0.16
HSL 84.48º 0.88% 0.45% -
HSV(B) 84.48º 0.93% 0.84% -
XYZ 34.05 53.62 8.97 -
YUV 167.57 41.33 103.34 -
System Red Green Blue C M Y K H S L
Decimal 133 215 14 0.38 0 0.93 0.16 84.48 0.88 0.45
Hex 85 D7 E 26 0 5D 10 54 58 2D
Octal 205 327 16 46 0 135 20 124 130 55
Binary 10000101 11010111 1110 100110 0 1011101 10000 1010100 1011000 101101

Color Harmonies of #85D70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D70E

Black with #85D70E

Text Example


Text Example

White with #85D70E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,215,14); }

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

background-color css

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

 a { background-color: rgb(133,215,14); }

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

border-color css

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

 span { border-color: rgb(133,215,14); }

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