Html Css Color HEX #85CB5E Mantis

📋 copy color: '#85CB5E'

red 133 ◦ green 203 ◦ blue 94

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

Shades of Mantis #85CB5E

Tints of Mantis #85CB5E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.21%

 BLUE value IS 94 (37.11% from 255) = 21.86%

R = 30.93%
G = 47.21%
B = 21.86%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#85CB5E (or 0x85CB5E) is known color: Mantis. HEX triplet: 85, CB and 5E. RGB value is (133,203,94). Sum of RGB (Red+Green+Blue) = 133+203+94=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CB5E is #7A34A1. Grayscale: #AAAAAA. Windows color (decimal): -8008866 or 6212485. OLE color: 6212485.

HSL color Cylindrical-coordinate representation of color #85CB5E: hue angle of 98.53º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85CB5E is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 203 94 -
CMYK 0.34 0 0.54 0.20
HSL 98.53º 0.51% 0.58% -
HSV(B) 98.53º 0.54% 0.8% -
XYZ 33.05 48.51 18.21 -
YUV 169.64 85.31 101.86 -
System Red Green Blue C M Y K H S L
Decimal 133 203 94 0.34 0 0.54 0.20 98.53 0.51 0.58
Hex 85 CB 5E 22 0 36 14 63 33 3A
Octal 205 313 136 42 0 66 24 143 63 72
Binary 10000101 11001011 1011110 100010 0 110110 10100 1100011 110011 111010

Color Harmonies of #85CB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CB5E

Black with #85CB5E

Text Example


Text Example

White with #85CB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,203,94); }

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

background-color css

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

 a { background-color: rgb(133,203,94); }

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

border-color css

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

 span { border-color: rgb(133,203,94); }

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