Html Css Color HEX #85C757 Mantis

📋 copy color: '#85C757'

red 133 ◦ green 199 ◦ blue 87

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

Shades of Mantis #85C757

Tints of Mantis #85C757

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.49%

 BLUE value IS 87 (34.38% from 255) = 20.76%

R = 31.74%
G = 47.49%
B = 20.76%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#85C757 (or 0x85C757) is known color: Mantis. HEX triplet: 85, C7 and 57. RGB value is (133,199,87). Sum of RGB (Red+Green+Blue) = 133+199+87=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 199 - color contains mainly: green. Hex color #85C757 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C757 is #7A38A8. Grayscale: #A6A6A6. Windows color (decimal): -8009897 or 5752709. OLE color: 5752709.

HSL color Cylindrical-coordinate representation of color #85C757: hue angle of 95.36º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85C757 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 199 87 -
CMYK 0.33 0 0.56 0.22
HSL 95.36º 0.5% 0.56% -
HSV(B) 95.36º 0.56% 0.78% -
XYZ 31.82 46.52 16.32 -
YUV 166.5 83.13 104.11 -
System Red Green Blue C M Y K H S L
Decimal 133 199 87 0.33 0 0.56 0.22 95.36 0.5 0.56
Hex 85 C7 57 21 0 38 16 5F 32 38
Octal 205 307 127 41 0 70 26 137 62 70
Binary 10000101 11000111 1010111 100001 0 111000 10110 1011111 110010 111000

Color Harmonies of #85C757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C757

Black with #85C757

Text Example


Text Example

White with #85C757

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,199,87); }

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

background-color css

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

 a { background-color: rgb(133,199,87); }

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

border-color css

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

 span { border-color: rgb(133,199,87); }

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