Html Css Color HEX #85CB50 Mantis

📋 copy color: '#85CB50'

red 133 ◦ green 203 ◦ blue 80

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

Shades of Mantis #85CB50

Tints of Mantis #85CB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.23%

R = 31.97%
G = 48.8%
B = 19.23%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#85CB50 (or 0x85CB50) is known color: Mantis. HEX triplet: 85, CB and 50. RGB value is (133,203,80). Sum of RGB (Red+Green+Blue) = 133+203+80=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CB50 is #7A34AF. Grayscale: #A8A8A8. Windows color (decimal): -8008880 or 5294981. OLE color: 5294981.

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

Color convert

RGB 133 203 80 -
CMYK 0.34 0 0.61 0.20
HSL 94.15º 0.54% 0.55% -
HSV(B) 94.15º 0.61% 0.8% -
XYZ 32.48 48.28 15.2 -
YUV 168.05 78.31 103 -
System Red Green Blue C M Y K H S L
Decimal 133 203 80 0.34 0 0.61 0.20 94.15 0.54 0.55
Hex 85 CB 50 22 0 3D 14 5E 36 37
Octal 205 313 120 42 0 75 24 136 66 67
Binary 10000101 11001011 1010000 100010 0 111101 10100 1011110 110110 110111

Color Harmonies of #85CB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CB50

Black with #85CB50

Text Example


Text Example

White with #85CB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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