Html Css Color HEX #85B80E Lima

📋 copy color: '#85B80E'

red 133 ◦ green 184 ◦ blue 14

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

Shades of Lima #85B80E

Tints of Lima #85B80E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 55.59%

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

R = 40.18%
G = 55.59%
B = 4.23%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#85B80E (or 0x85B80E) is known color: Lima. HEX triplet: 85, B8 and 0E. RGB value is (133,184,14). Sum of RGB (Red+Green+Blue) = 133+184+14=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 184 (72.27% from 255 or 55.59% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 184 - color contains mainly: green. Hex color #85B80E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B80E is #7A47F1. Grayscale: #959595. Windows color (decimal): -8013810 or 964741. OLE color: 964741.

HSL color Cylindrical-coordinate representation of color #85B80E: hue angle of 78º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85B80E is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 184 14 -
CMYK 0.28 0 0.92 0.28
HSL 78º 0.86% 0.39% -
HSV(B) 78º 0.92% 0.72% -
XYZ 26.89 39.3 6.58 -
YUV 149.37 51.6 116.32 -
System Red Green Blue C M Y K H S L
Decimal 133 184 14 0.28 0 0.92 0.28 78 0.86 0.39
Hex 85 B8 E 1C 0 5C 1C 4E 56 27
Octal 205 270 16 34 0 134 34 116 126 47
Binary 10000101 10111000 1110 11100 0 1011100 11100 1001110 1010110 100111

Color Harmonies of #85B80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B80E

Black with #85B80E

Text Example


Text Example

White with #85B80E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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