Html Css Color HEX #85C616 Lima

📋 copy color: '#85C616'

red 133 ◦ green 198 ◦ blue 22

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

Shades of Lima #85C616

Tints of Lima #85C616

RGB

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

 GREEN value IS 198 (77.73% from 255) = 56.09%

 BLUE value IS 22 (8.98% from 255) = 6.23%

R = 37.68%
G = 56.09%
B = 6.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#85C616 (or 0x85C616) is known color: Lima. HEX triplet: 85, C6 and 16. RGB value is (133,198,22). Sum of RGB (Red+Green+Blue) = 133+198+22=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 198 (77.73% from 255 or 56.09% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 198 - color contains mainly: green. Hex color #85C616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C616 is #7A39E9. Grayscale: #9F9F9F. Windows color (decimal): -8010218 or 1492613. OLE color: 1492613.

HSL color Cylindrical-coordinate representation of color #85C616: hue angle of 82.16º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85C616 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 198 22 -
CMYK 0.33 0 0.89 0.22
HSL 82.16º 0.8% 0.43% -
HSV(B) 82.16º 0.89% 0.78% -
XYZ 30.01 45.43 7.95 -
YUV 158.5 50.97 109.81 -
System Red Green Blue C M Y K H S L
Decimal 133 198 22 0.33 0 0.89 0.22 82.16 0.8 0.43
Hex 85 C6 16 21 0 59 16 52 50 2B
Octal 205 306 26 41 0 131 26 122 120 53
Binary 10000101 11000110 10110 100001 0 1011001 10110 1010010 1010000 101011

Color Harmonies of #85C616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C616

Black with #85C616

Text Example


Text Example

White with #85C616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,198,22); }

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

background-color css

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

 a { background-color: rgb(133,198,22); }

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

border-color css

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

 span { border-color: rgb(133,198,22); }

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