Html Css Color HEX #85C958 Mantis

📋 copy color: '#85C958'

red 133 ◦ green 201 ◦ blue 88

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

Shades of Mantis #85C958

Tints of Mantis #85C958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.85%

R = 31.52%
G = 47.63%
B = 20.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#85C958 (or 0x85C958) is known color: Mantis. HEX triplet: 85, C9 and 58. RGB value is (133,201,88). Sum of RGB (Red+Green+Blue) = 133+201+88=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #85C958 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C958 is #7A36A7. Grayscale: #A8A8A8. Windows color (decimal): -8009384 or 5818757. OLE color: 5818757.

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

Color convert

RGB 133 201 88 -
CMYK 0.34 0 0.56 0.21
HSL 96.11º 0.51% 0.57% -
HSV(B) 96.11º 0.56% 0.79% -
XYZ 32.32 47.46 16.69 -
YUV 167.79 82.97 103.19 -
System Red Green Blue C M Y K H S L
Decimal 133 201 88 0.34 0 0.56 0.21 96.11 0.51 0.57
Hex 85 C9 58 22 0 38 15 60 33 39
Octal 205 311 130 42 0 70 25 140 63 71
Binary 10000101 11001001 1011000 100010 0 111000 10101 1100000 110011 111001

Color Harmonies of #85C958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C958

Black with #85C958

Text Example


Text Example

White with #85C958

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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