Html Css Color HEX #85CF49 Mantis

📋 copy color: '#85CF49'

red 133 ◦ green 207 ◦ blue 73

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

Shades of Mantis #85CF49

Tints of Mantis #85CF49

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.12%

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

R = 32.2%
G = 50.12%
B = 17.68%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#85CF49 (or 0x85CF49) is known color: Mantis. HEX triplet: 85, CF and 49. RGB value is (133,207,73). Sum of RGB (Red+Green+Blue) = 133+207+73=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CF49 is #7A30B6. Grayscale: #AAAAAA. Windows color (decimal): -8007863 or 4837253. OLE color: 4837253.

HSL color Cylindrical-coordinate representation of color #85CF49: hue angle of 93.13º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85CF49 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 207 73 -
CMYK 0.36 0 0.65 0.19
HSL 93.13º 0.58% 0.55% -
HSV(B) 93.13º 0.65% 0.81% -
XYZ 33.19 50.09 14.22 -
YUV 169.6 73.48 101.9 -
System Red Green Blue C M Y K H S L
Decimal 133 207 73 0.36 0 0.65 0.19 93.13 0.58 0.55
Hex 85 CF 49 24 0 41 13 5D 3A 37
Octal 205 317 111 44 0 101 23 135 72 67
Binary 10000101 11001111 1001001 100100 0 1000001 10011 1011101 111010 110111

Color Harmonies of #85CF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CF49

Black with #85CF49

Text Example


Text Example

White with #85CF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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