Html Css Color HEX #85CA11 Lima

📋 copy color: '#85CA11'

red 133 ◦ green 202 ◦ blue 17

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

Shades of Lima #85CA11

Tints of Lima #85CA11

RGB

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

 GREEN value IS 202 (79.3% from 255) = 57.39%

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

R = 37.78%
G = 57.39%
B = 4.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#85CA11 (or 0x85CA11) is known color: Lima. HEX triplet: 85, CA and 11. RGB value is (133,202,17). Sum of RGB (Red+Green+Blue) = 133+202+17=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 202 (79.30% from 255 or 57.39% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85CA11 is #7A35EE. Grayscale: #A0A0A0. Windows color (decimal): -8009199 or 1165957. OLE color: 1165957.

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

Color convert

RGB 133 202 17 -
CMYK 0.34 0 0.92 0.21
HSL 82.38º 0.84% 0.43% -
HSV(B) 82.38º 0.92% 0.79% -
XYZ 30.89 47.27 8.03 -
YUV 160.28 47.14 108.54 -
System Red Green Blue C M Y K H S L
Decimal 133 202 17 0.34 0 0.92 0.21 82.38 0.84 0.43
Hex 85 CA 11 22 0 5C 15 52 54 2B
Octal 205 312 21 42 0 134 25 122 124 53
Binary 10000101 11001010 10001 100010 0 1011100 10101 1010010 1010100 101011

Color Harmonies of #85CA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CA11

Black with #85CA11

Text Example


Text Example

White with #85CA11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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