Html Css Color HEX #85DA49 Mantis

📋 copy color: '#85DA49'

red 133 ◦ green 218 ◦ blue 73

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

Shades of Mantis #85DA49

Tints of Mantis #85DA49

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.42%

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

R = 31.37%
G = 51.42%
B = 17.22%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#85DA49 (or 0x85DA49) is known color: Mantis. HEX triplet: 85, DA and 49. RGB value is (133,218,73). Sum of RGB (Red+Green+Blue) = 133+218+73=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 218 (85.55% from 255 or 51.42% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DA49 is #7A25B6. Grayscale: #B0B0B0. Windows color (decimal): -8005047 or 4840069. OLE color: 4840069.

HSL color Cylindrical-coordinate representation of color #85DA49: hue angle of 95.17º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85DA49 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 218 73 -
CMYK 0.39 0 0.67 0.15
HSL 95.17º 0.66% 0.57% -
HSV(B) 95.17º 0.67% 0.85% -
XYZ 35.95 55.61 15.14 -
YUV 176.06 69.84 97.29 -
System Red Green Blue C M Y K H S L
Decimal 133 218 73 0.39 0 0.67 0.15 95.17 0.66 0.57
Hex 85 DA 49 27 0 43 F 5F 42 39
Octal 205 332 111 47 0 103 17 137 102 71
Binary 10000101 11011010 1001001 100111 0 1000011 1111 1011111 1000010 111001

Color Harmonies of #85DA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DA49

Black with #85DA49

Text Example


Text Example

White with #85DA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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