Html Css Color HEX #85CA57 Mantis

📋 copy color: '#85CA57'

red 133 ◦ green 202 ◦ blue 87

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

Shades of Mantis #85CA57

Tints of Mantis #85CA57

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.87%

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

R = 31.52%
G = 47.87%
B = 20.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#85CA57 (or 0x85CA57) is known color: Mantis. HEX triplet: 85, CA and 57. RGB value is (133,202,87). Sum of RGB (Red+Green+Blue) = 133+202+87=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CA57 is #7A35A8. Grayscale: #A8A8A8. Windows color (decimal): -8009129 or 5753477. OLE color: 5753477.

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

Color convert

RGB 133 202 87 -
CMYK 0.34 0 0.57 0.21
HSL 96º 0.52% 0.57% -
HSV(B) 96º 0.57% 0.79% -
XYZ 32.51 47.92 16.55 -
YUV 168.26 82.14 102.85 -
System Red Green Blue C M Y K H S L
Decimal 133 202 87 0.34 0 0.57 0.21 96 0.52 0.57
Hex 85 CA 57 22 0 39 15 60 34 39
Octal 205 312 127 42 0 71 25 140 64 71
Binary 10000101 11001010 1010111 100010 0 111001 10101 1100000 110100 111001

Color Harmonies of #85CA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CA57

Black with #85CA57

Text Example


Text Example

White with #85CA57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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