Html Css Color HEX #85C95B Mantis

📋 copy color: '#85C95B'

red 133 ◦ green 201 ◦ blue 91

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

Shades of Mantis #85C95B

Tints of Mantis #85C95B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.41%

R = 31.29%
G = 47.29%
B = 21.41%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#85C95B (or 0x85C95B) is known color: Mantis. HEX triplet: 85, C9 and 5B. RGB value is (133,201,91). Sum of RGB (Red+Green+Blue) = 133+201+91=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 201 - color contains mainly: green. Hex color #85C95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C95B is #7A36A4. Grayscale: #A8A8A8. Windows color (decimal): -8009381 or 6015365. OLE color: 6015365.

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

Color convert

RGB 133 201 91 -
CMYK 0.34 0 0.55 0.21
HSL 97.09º 0.5% 0.57% -
HSV(B) 97.09º 0.55% 0.79% -
XYZ 32.45 47.52 17.36 -
YUV 168.13 84.47 102.94 -
System Red Green Blue C M Y K H S L
Decimal 133 201 91 0.34 0 0.55 0.21 97.09 0.5 0.57
Hex 85 C9 5B 22 0 37 15 61 32 39
Octal 205 311 133 42 0 67 25 141 62 71
Binary 10000101 11001001 1011011 100010 0 110111 10101 1100001 110010 111001

Color Harmonies of #85C95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C95B

Black with #85C95B

Text Example


Text Example

White with #85C95B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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