Html Css Color HEX #85C272 Mantis

📋 copy color: '#85C272'

red 133 ◦ green 194 ◦ blue 114

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

Shades of Mantis #85C272

Tints of Mantis #85C272

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.99%

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

R = 30.16%
G = 43.99%
B = 25.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#85C272 (or 0x85C272) is known color: Mantis. HEX triplet: 85, C2 and 72. RGB value is (133,194,114). Sum of RGB (Red+Green+Blue) = 133+194+114=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 194 - color contains mainly: green. Hex color #85C272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C272 is #7A3D8D. Grayscale: #A6A6A6. Windows color (decimal): -8011150 or 7520901. OLE color: 7520901.

HSL color Cylindrical-coordinate representation of color #85C272: hue angle of 105.75º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85C272 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 194 114 -
CMYK 0.31 0 0.41 0.24
HSL 105.75º 0.4% 0.6% -
HSV(B) 105.75º 0.41% 0.76% -
XYZ 32 44.79 22.88 -
YUV 166.64 98.29 104 -
System Red Green Blue C M Y K H S L
Decimal 133 194 114 0.31 0 0.41 0.24 105.75 0.4 0.6
Hex 85 C2 72 1F 0 29 18 6A 28 3C
Octal 205 302 162 37 0 51 30 152 50 74
Binary 10000101 11000010 1110010 11111 0 101001 11000 1101010 101000 111100

Color Harmonies of #85C272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C272

Black with #85C272

Text Example


Text Example

White with #85C272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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