Html Css Color HEX #85C620 Lima

📋 copy color: '#85C620'

red 133 ◦ green 198 ◦ blue 32

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

Shades of Lima #85C620

Tints of Lima #85C620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.82%

R = 36.64%
G = 54.55%
B = 8.82%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#85C620 (or 0x85C620) is known color: Lima. HEX triplet: 85, C6 and 20. RGB value is (133,198,32). Sum of RGB (Red+Green+Blue) = 133+198+32=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 198 (77.73% from 255 or 54.55% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 198 - color contains mainly: green. Hex color #85C620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C620 is #7A39DF. Grayscale: #A0A0A0. Windows color (decimal): -8010208 or 2147973. OLE color: 2147973.

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

Color convert

RGB 133 198 32 -
CMYK 0.33 0 0.84 0.22
HSL 83.49º 0.72% 0.45% -
HSV(B) 83.49º 0.84% 0.78% -
XYZ 30.13 45.48 8.56 -
YUV 159.64 55.97 109 -
System Red Green Blue C M Y K H S L
Decimal 133 198 32 0.33 0 0.84 0.22 83.49 0.72 0.45
Hex 85 C6 20 21 0 54 16 53 48 2D
Octal 205 306 40 41 0 124 26 123 110 55
Binary 10000101 11000110 100000 100001 0 1010100 10110 1010011 1001000 101101

Color Harmonies of #85C620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C620

Black with #85C620

Text Example


Text Example

White with #85C620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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