Html Css Color HEX #85CE11 Lima

📋 copy color: '#85CE11'

red 133 ◦ green 206 ◦ blue 17

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

Shades of Lima #85CE11

Tints of Lima #85CE11

RGB

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

 GREEN value IS 206 (80.86% from 255) = 57.87%

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

R = 37.36%
G = 57.87%
B = 4.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#85CE11 (or 0x85CE11) is known color: Lima. HEX triplet: 85, CE and 11. RGB value is (133,206,17). Sum of RGB (Red+Green+Blue) = 133+206+17=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 206 (80.86% from 255 or 57.87% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85CE11 is #7A31EE. Grayscale: #A3A3A3. Windows color (decimal): -8008175 or 1166981. OLE color: 1166981.

HSL color Cylindrical-coordinate representation of color #85CE11: hue angle of 83.17º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85CE11 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 206 17 -
CMYK 0.35 0 0.92 0.19
HSL 83.17º 0.85% 0.44% -
HSV(B) 83.17º 0.92% 0.81% -
XYZ 31.85 49.17 8.34 -
YUV 162.63 45.82 106.87 -
System Red Green Blue C M Y K H S L
Decimal 133 206 17 0.35 0 0.92 0.19 83.17 0.85 0.44
Hex 85 CE 11 23 0 5C 13 53 55 2C
Octal 205 316 21 43 0 134 23 123 125 54
Binary 10000101 11001110 10001 100011 0 1011100 10011 1010011 1010101 101100

Color Harmonies of #85CE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CE11

Black with #85CE11

Text Example


Text Example

White with #85CE11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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