Html Css Color HEX #85BC11 Lima

📋 copy color: '#85BC11'

red 133 ◦ green 188 ◦ blue 17

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

Shades of Lima #85BC11

Tints of Lima #85BC11

RGB

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

 GREEN value IS 188 (73.83% from 255) = 55.62%

 BLUE value IS 17 (7.03% from 255) = 5.03%

R = 39.35%
G = 55.62%
B = 5.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#85BC11 (or 0x85BC11) is known color: Lima. HEX triplet: 85, BC and 11. RGB value is (133,188,17). Sum of RGB (Red+Green+Blue) = 133+188+17=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BC11 is #7A43EE. Grayscale: #989898. Windows color (decimal): -8012783 or 1162373. OLE color: 1162373.

HSL color Cylindrical-coordinate representation of color #85BC11: hue angle of 79.3º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85BC11 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 188 17 -
CMYK 0.29 0 0.91 0.26
HSL 79.3º 0.83% 0.4% -
HSV(B) 79.3º 0.91% 0.74% -
XYZ 27.76 40.99 6.98 -
YUV 152.06 51.78 114.4 -
System Red Green Blue C M Y K H S L
Decimal 133 188 17 0.29 0 0.91 0.26 79.3 0.83 0.4
Hex 85 BC 11 1D 0 5B 1A 4F 53 28
Octal 205 274 21 35 0 133 32 117 123 50
Binary 10000101 10111100 10001 11101 0 1011011 11010 1001111 1010011 101000

Color Harmonies of #85BC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BC11

Black with #85BC11

Text Example


Text Example

White with #85BC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,188,17); }

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

background-color css

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

 a { background-color: rgb(133,188,17); }

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

border-color css

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

 span { border-color: rgb(133,188,17); }

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