Html Css Color HEX #85C848 Mantis

📋 copy color: '#85C848'

red 133 ◦ green 200 ◦ blue 72

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

Shades of Mantis #85C848

Tints of Mantis #85C848

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.38%

 BLUE value IS 72 (28.52% from 255) = 17.78%

R = 32.84%
G = 49.38%
B = 17.78%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#85C848 (or 0x85C848) is known color: Mantis. HEX triplet: 85, C8 and 48. RGB value is (133,200,72). Sum of RGB (Red+Green+Blue) = 133+200+72=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 200 (78.52% from 255 or 49.38% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 200 - color contains mainly: green. Hex color #85C848 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C848 is #7A37B7. Grayscale: #A5A5A5. Windows color (decimal): -8009656 or 4769925. OLE color: 4769925.

HSL color Cylindrical-coordinate representation of color #85C848: hue angle of 91.41º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85C848 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 200 72 -
CMYK 0.34 0 0.64 0.22
HSL 91.41º 0.54% 0.53% -
HSV(B) 91.41º 0.64% 0.78% -
XYZ 31.5 46.76 13.5 -
YUV 165.38 75.3 104.91 -
System Red Green Blue C M Y K H S L
Decimal 133 200 72 0.34 0 0.64 0.22 91.41 0.54 0.53
Hex 85 C8 48 22 0 40 16 5B 36 35
Octal 205 310 110 42 0 100 26 133 66 65
Binary 10000101 11001000 1001000 100010 0 1000000 10110 1011011 110110 110101

Color Harmonies of #85C848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C848

Black with #85C848

Text Example


Text Example

White with #85C848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,200,72); }

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

background-color css

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

 a { background-color: rgb(133,200,72); }

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

border-color css

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

 span { border-color: rgb(133,200,72); }

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