Html Css Color HEX #85C052 Mantis

📋 copy color: '#85C052'

red 133 ◦ green 192 ◦ blue 82

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

Shades of Mantis #85C052

Tints of Mantis #85C052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.15%

R = 32.68%
G = 47.17%
B = 20.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#85C052 (or 0x85C052) is known color: Mantis. HEX triplet: 85, C0 and 52. RGB value is (133,192,82). Sum of RGB (Red+Green+Blue) = 133+192+82=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #85C052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C052 is #7A3FAD. Grayscale: #A2A2A2. Windows color (decimal): -8011694 or 5423237. OLE color: 5423237.

HSL color Cylindrical-coordinate representation of color #85C052: hue angle of 92.18º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85C052 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 192 82 -
CMYK 0.31 0 0.57 0.25
HSL 92.18º 0.47% 0.54% -
HSV(B) 92.18º 0.57% 0.75% -
XYZ 30.05 43.3 14.76 -
YUV 161.82 82.95 107.44 -
System Red Green Blue C M Y K H S L
Decimal 133 192 82 0.31 0 0.57 0.25 92.18 0.47 0.54
Hex 85 C0 52 1F 0 39 19 5C 2F 36
Octal 205 300 122 37 0 71 31 134 57 66
Binary 10000101 11000000 1010010 11111 0 111001 11001 1011100 101111 110110

Color Harmonies of #85C052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C052

Black with #85C052

Text Example


Text Example

White with #85C052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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