Html Css Color HEX #85C972 Mantis

📋 copy color: '#85C972'

red 133 ◦ green 201 ◦ blue 114

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

Shades of Mantis #85C972

Tints of Mantis #85C972

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.87%

 BLUE value IS 114 (44.92% from 255) = 25.45%

R = 29.69%
G = 44.87%
B = 25.45%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#85C972 (or 0x85C972) is known color: Mantis. HEX triplet: 85, C9 and 72. RGB value is (133,201,114). Sum of RGB (Red+Green+Blue) = 133+201+114=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 201 - color contains mainly: green. Hex color #85C972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C972 is #7A368D. Grayscale: #ABABAB. Windows color (decimal): -8009358 or 7522693. OLE color: 7522693.

HSL color Cylindrical-coordinate representation of color #85C972: hue angle of 106.9º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85C972 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 201 114 -
CMYK 0.34 0 0.43 0.21
HSL 106.9º 0.45% 0.62% -
HSV(B) 106.9º 0.43% 0.79% -
XYZ 33.6 47.97 23.41 -
YUV 170.75 95.97 101.07 -
System Red Green Blue C M Y K H S L
Decimal 133 201 114 0.34 0 0.43 0.21 106.9 0.45 0.62
Hex 85 C9 72 22 0 2B 15 6B 2D 3E
Octal 205 311 162 42 0 53 25 153 55 76
Binary 10000101 11001001 1110010 100010 0 101011 10101 1101011 101101 111110

Color Harmonies of #85C972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C972

Black with #85C972

Text Example


Text Example

White with #85C972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,201,114); }

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

background-color css

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

 a { background-color: rgb(133,201,114); }

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

border-color css

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

 span { border-color: rgb(133,201,114); }

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