Html Css Color HEX #85DF49 Mantis

📋 copy color: '#85DF49'

red 133 ◦ green 223 ◦ blue 73

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

Shades of Mantis #85DF49

Tints of Mantis #85DF49

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.98%

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

R = 31%
G = 51.98%
B = 17.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#85DF49 (or 0x85DF49) is known color: Mantis. HEX triplet: 85, DF and 49. RGB value is (133,223,73). Sum of RGB (Red+Green+Blue) = 133+223+73=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 223 (87.5% from 255 or 51.98% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DF49 is #7A20B6. Grayscale: #B3B3B3. Windows color (decimal): -8003767 or 4841349. OLE color: 4841349.

HSL color Cylindrical-coordinate representation of color #85DF49: hue angle of 96º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85DF49 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 223 73 -
CMYK 0.40 0 0.67 0.13
HSL 96º 0.7% 0.58% -
HSV(B) 96º 0.67% 0.87% -
XYZ 37.26 58.24 15.58 -
YUV 178.99 68.18 95.2 -
System Red Green Blue C M Y K H S L
Decimal 133 223 73 0.40 0 0.67 0.13 96 0.7 0.58
Hex 85 DF 49 28 0 43 D 60 46 3A
Octal 205 337 111 50 0 103 15 140 106 72
Binary 10000101 11011111 1001001 101000 0 1000011 1101 1100000 1000110 111010

Color Harmonies of #85DF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DF49

Black with #85DF49

Text Example


Text Example

White with #85DF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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