Html Css Color HEX #85D149 Mantis

📋 copy color: '#85D149'

red 133 ◦ green 209 ◦ blue 73

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

Shades of Mantis #85D149

Tints of Mantis #85D149

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.36%

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

R = 32.05%
G = 50.36%
B = 17.59%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#85D149 (or 0x85D149) is known color: Mantis. HEX triplet: 85, D1 and 49. RGB value is (133,209,73). Sum of RGB (Red+Green+Blue) = 133+209+73=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 209 (82.03% from 255 or 50.36% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 209 - color contains mainly: green. Hex color #85D149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D149 is #7A2EB6. Grayscale: #ABABAB. Windows color (decimal): -8007351 or 4837765. OLE color: 4837765.

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

Color convert

RGB 133 209 73 -
CMYK 0.36 0 0.65 0.18
HSL 93.53º 0.6% 0.55% -
HSV(B) 93.53º 0.65% 0.82% -
XYZ 33.68 51.07 14.39 -
YUV 170.77 72.82 101.06 -
System Red Green Blue C M Y K H S L
Decimal 133 209 73 0.36 0 0.65 0.18 93.53 0.6 0.55
Hex 85 D1 49 24 0 41 12 5E 3C 37
Octal 205 321 111 44 0 101 22 136 74 67
Binary 10000101 11010001 1001001 100100 0 1000001 10010 1011110 111100 110111

Color Harmonies of #85D149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D149

Black with #85D149

Text Example


Text Example

White with #85D149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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