Html Css Color HEX #85A80E Lima

📋 copy color: '#85A80E'

red 133 ◦ green 168 ◦ blue 14

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

Shades of Lima #85A80E

Tints of Lima #85A80E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 53.33%

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

R = 42.22%
G = 53.33%
B = 4.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#85A80E (or 0x85A80E) is known color: Lima. HEX triplet: 85, A8 and 0E. RGB value is (133,168,14). Sum of RGB (Red+Green+Blue) = 133+168+14=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 168 (66.02% from 255 or 53.33% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 168 - color contains mainly: green. Hex color #85A80E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A80E is #7A57F1. Grayscale: #8C8C8C. Windows color (decimal): -8017906 or 960645. OLE color: 960645.

HSL color Cylindrical-coordinate representation of color #85A80E: hue angle of 73.64º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85A80E is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 133 168 14 -
CMYK 0.21 0 0.92 0.34
HSL 73.64º 0.85% 0.36% -
HSV(B) 73.64º 0.92% 0.66% -
XYZ 23.75 33.02 5.54 -
YUV 139.98 56.9 123.02 -
System Red Green Blue C M Y K H S L
Decimal 133 168 14 0.21 0 0.92 0.34 73.64 0.85 0.36
Hex 85 A8 E 15 0 5C 22 4A 55 24
Octal 205 250 16 25 0 134 42 112 125 44
Binary 10000101 10101000 1110 10101 0 1011100 100010 1001010 1010101 100100

Color Harmonies of #85A80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A80E

Black with #85A80E

Text Example


Text Example

White with #85A80E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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