Html Css Color HEX #85DA4C Mantis

📋 copy color: '#85DA4C'

red 133 ◦ green 218 ◦ blue 76

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

Shades of Mantis #85DA4C

Tints of Mantis #85DA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.8%

R = 31.15%
G = 51.05%
B = 17.8%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#85DA4C (or 0x85DA4C) is known color: Mantis. HEX triplet: 85, DA and 4C. RGB value is (133,218,76). Sum of RGB (Red+Green+Blue) = 133+218+76=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 218 (85.55% from 255 or 51.05% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DA4C is #7A25B3. Grayscale: #B0B0B0. Windows color (decimal): -8005044 or 5036677. OLE color: 5036677.

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

Color convert

RGB 133 218 76 -
CMYK 0.39 0 0.65 0.15
HSL 95.92º 0.66% 0.58% -
HSV(B) 95.92º 0.65% 0.85% -
XYZ 36.05 55.65 15.68 -
YUV 176.4 71.34 97.05 -
System Red Green Blue C M Y K H S L
Decimal 133 218 76 0.39 0 0.65 0.15 95.92 0.66 0.58
Hex 85 DA 4C 27 0 41 F 60 42 3A
Octal 205 332 114 47 0 101 17 140 102 72
Binary 10000101 11011010 1001100 100111 0 1000001 1111 1100000 1000010 111010

Color Harmonies of #85DA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DA4C

Black with #85DA4C

Text Example


Text Example

White with #85DA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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