Html Css Color HEX #85CA5B Mantis

📋 copy color: '#85CA5B'

red 133 ◦ green 202 ◦ blue 91

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

Shades of Mantis #85CA5B

Tints of Mantis #85CA5B

RGB

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

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

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

R = 31.22%
G = 47.42%
B = 21.36%

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

#85CA5B (or 0x85CA5B) is known color: Mantis. HEX triplet: 85, CA and 5B. RGB value is (133,202,91). Sum of RGB (Red+Green+Blue) = 133+202+91=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CA5B is #7A35A4. Grayscale: #A9A9A9. Windows color (decimal): -8009125 or 6015621. OLE color: 6015621.

HSL color Cylindrical-coordinate representation of color #85CA5B: hue angle of 97.3º degrees, saturation: 0.51, 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 #85CA5B is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 202 91 -
CMYK 0.34 0 0.55 0.21
HSL 97.3º 0.51% 0.57% -
HSV(B) 97.3º 0.55% 0.79% -
XYZ 32.68 47.98 17.44 -
YUV 168.72 84.14 102.53 -
System Red Green Blue C M Y K H S L
Decimal 133 202 91 0.34 0 0.55 0.21 97.3 0.51 0.57
Hex 85 CA 5B 22 0 37 15 61 33 39
Octal 205 312 133 42 0 67 25 141 63 71
Binary 10000101 11001010 1011011 100010 0 110111 10101 1100001 110011 111001

Color Harmonies of #85CA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CA5B

Black with #85CA5B

Text Example


Text Example

White with #85CA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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