Html Css Color HEX #85CD49 Mantis

📋 copy color: '#85CD49'

red 133 ◦ green 205 ◦ blue 73

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

Shades of Mantis #85CD49

Tints of Mantis #85CD49

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.88%

 BLUE value IS 73 (28.91% from 255) = 17.76%

R = 32.36%
G = 49.88%
B = 17.76%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#85CD49 (or 0x85CD49) is known color: Mantis. HEX triplet: 85, CD and 49. RGB value is (133,205,73). Sum of RGB (Red+Green+Blue) = 133+205+73=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #85CD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CD49 is #7A32B6. Grayscale: #A8A8A8. Windows color (decimal): -8008375 or 4836741. OLE color: 4836741.

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

Color convert

RGB 133 205 73 -
CMYK 0.35 0 0.64 0.20
HSL 92.73º 0.57% 0.55% -
HSV(B) 92.73º 0.64% 0.8% -
XYZ 32.71 49.13 14.06 -
YUV 168.42 74.15 102.73 -
System Red Green Blue C M Y K H S L
Decimal 133 205 73 0.35 0 0.64 0.20 92.73 0.57 0.55
Hex 85 CD 49 23 0 40 14 5D 39 37
Octal 205 315 111 43 0 100 24 135 71 67
Binary 10000101 11001101 1001001 100011 0 1000000 10100 1011101 111001 110111

Color Harmonies of #85CD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CD49

Black with #85CD49

Text Example


Text Example

White with #85CD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,205,73); }

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

background-color css

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

 a { background-color: rgb(133,205,73); }

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

border-color css

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

 span { border-color: rgb(133,205,73); }

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