Html Css Color HEX #85C060 Mantis

📋 copy color: '#85C060'

red 133 ◦ green 192 ◦ blue 96

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

Shades of Mantis #85C060

Tints of Mantis #85C060

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.61%

 BLUE value IS 96 (37.89% from 255) = 22.8%

R = 31.59%
G = 45.61%
B = 22.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#85C060 (or 0x85C060) is known color: Mantis. HEX triplet: 85, C0 and 60. RGB value is (133,192,96). Sum of RGB (Red+Green+Blue) = 133+192+96=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #85C060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C060 is #7A3F9F. Grayscale: #A3A3A3. Windows color (decimal): -8011680 or 6340741. OLE color: 6340741.

HSL color Cylindrical-coordinate representation of color #85C060: hue angle of 96.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85C060 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 192 96 -
CMYK 0.31 0 0.50 0.25
HSL 96.88º 0.43% 0.56% -
HSV(B) 96.88º 0.5% 0.75% -
XYZ 30.63 43.53 17.85 -
YUV 163.42 89.95 106.31 -
System Red Green Blue C M Y K H S L
Decimal 133 192 96 0.31 0 0.50 0.25 96.88 0.43 0.56
Hex 85 C0 60 1F 0 32 19 61 2B 38
Octal 205 300 140 37 0 62 31 141 53 70
Binary 10000101 11000000 1100000 11111 0 110010 11001 1100001 101011 111000

Color Harmonies of #85C060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C060

Black with #85C060

Text Example


Text Example

White with #85C060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,192,96); }

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

background-color css

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

 a { background-color: rgb(133,192,96); }

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

border-color css

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

 span { border-color: rgb(133,192,96); }

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