Html Css Color HEX #85C070 Mantis

📋 copy color: '#85C070'

red 133 ◦ green 192 ◦ blue 112

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

Shades of Mantis #85C070

Tints of Mantis #85C070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.63%

R = 30.43%
G = 43.94%
B = 25.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#85C070 (or 0x85C070) is known color: Mantis. HEX triplet: 85, C0 and 70. RGB value is (133,192,112). Sum of RGB (Red+Green+Blue) = 133+192+112=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #85C070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C070 is #7A3F8F. Grayscale: #A5A5A5. Windows color (decimal): -8011664 or 7389317. OLE color: 7389317.

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

Color convert

RGB 133 192 112 -
CMYK 0.31 0 0.42 0.25
HSL 104.25º 0.39% 0.6% -
HSV(B) 104.25º 0.42% 0.75% -
XYZ 31.45 43.86 22.14 -
YUV 165.24 97.95 105 -
System Red Green Blue C M Y K H S L
Decimal 133 192 112 0.31 0 0.42 0.25 104.25 0.39 0.6
Hex 85 C0 70 1F 0 2A 19 68 27 3C
Octal 205 300 160 37 0 52 31 150 47 74
Binary 10000101 11000000 1110000 11111 0 101010 11001 1101000 100111 111100

Color Harmonies of #85C070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C070

Black with #85C070

Text Example


Text Example

White with #85C070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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