Html Css Color HEX #85C04F Mantis

📋 copy color: '#85C04F'

red 133 ◦ green 192 ◦ blue 79

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

Shades of Mantis #85C04F

Tints of Mantis #85C04F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.52%

 BLUE value IS 79 (31.25% from 255) = 19.55%

R = 32.92%
G = 47.52%
B = 19.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#85C04F (or 0x85C04F) is known color: Mantis. HEX triplet: 85, C0 and 4F. RGB value is (133,192,79). Sum of RGB (Red+Green+Blue) = 133+192+79=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #85C04F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C04F is #7A3FB0. Grayscale: #A1A1A1. Windows color (decimal): -8011697 or 5226629. OLE color: 5226629.

HSL color Cylindrical-coordinate representation of color #85C04F: hue angle of 91.33º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85C04F is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 192 79 -
CMYK 0.31 0 0.59 0.25
HSL 91.33º 0.47% 0.53% -
HSV(B) 91.33º 0.59% 0.75% -
XYZ 29.93 43.25 14.17 -
YUV 161.48 81.45 107.69 -
System Red Green Blue C M Y K H S L
Decimal 133 192 79 0.31 0 0.59 0.25 91.33 0.47 0.53
Hex 85 C0 4F 1F 0 3B 19 5B 2F 35
Octal 205 300 117 37 0 73 31 133 57 65
Binary 10000101 11000000 1001111 11111 0 111011 11001 1011011 101111 110101

Color Harmonies of #85C04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C04F

Black with #85C04F

Text Example


Text Example

White with #85C04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,192,79); }

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

background-color css

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

 a { background-color: rgb(133,192,79); }

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

border-color css

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

 span { border-color: rgb(133,192,79); }

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