Html Css Color HEX #85CB11 Lima

📋 copy color: '#85CB11'

red 133 ◦ green 203 ◦ blue 17

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

Shades of Lima #85CB11

Tints of Lima #85CB11

RGB

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

 GREEN value IS 203 (79.69% from 255) = 57.51%

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

R = 37.68%
G = 57.51%
B = 4.82%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#85CB11 (or 0x85CB11) is known color: Lima. HEX triplet: 85, CB and 11. RGB value is (133,203,17). Sum of RGB (Red+Green+Blue) = 133+203+17=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 203 (79.69% from 255 or 57.51% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85CB11 is #7A34EE. Grayscale: #A1A1A1. Windows color (decimal): -8008943 or 1166213. OLE color: 1166213.

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

Color convert

RGB 133 203 17 -
CMYK 0.34 0 0.92 0.20
HSL 82.58º 0.85% 0.43% -
HSV(B) 82.58º 0.92% 0.8% -
XYZ 31.13 47.74 8.1 -
YUV 160.87 46.81 108.12 -
System Red Green Blue C M Y K H S L
Decimal 133 203 17 0.34 0 0.92 0.20 82.58 0.85 0.43
Hex 85 CB 11 22 0 5C 14 53 55 2B
Octal 205 313 21 42 0 134 24 123 125 53
Binary 10000101 11001011 10001 100010 0 1011100 10100 1010011 1010101 101011

Color Harmonies of #85CB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CB11

Black with #85CB11

Text Example


Text Example

White with #85CB11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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