Html Css Color HEX #85C04D Mantis

📋 copy color: '#85C04D'

red 133 ◦ green 192 ◦ blue 77

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

Shades of Mantis #85C04D

Tints of Mantis #85C04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.15%

R = 33.08%
G = 47.76%
B = 19.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#85C04D (or 0x85C04D) is known color: Mantis. HEX triplet: 85, C0 and 4D. RGB value is (133,192,77). Sum of RGB (Red+Green+Blue) = 133+192+77=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #85C04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C04D is #7A3FB2. Grayscale: #A1A1A1. Windows color (decimal): -8011699 or 5095557. OLE color: 5095557.

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

Color convert

RGB 133 192 77 -
CMYK 0.31 0 0.60 0.25
HSL 90.78º 0.48% 0.53% -
HSV(B) 90.78º 0.6% 0.75% -
XYZ 29.86 43.22 13.79 -
YUV 161.25 80.45 107.85 -
System Red Green Blue C M Y K H S L
Decimal 133 192 77 0.31 0 0.60 0.25 90.78 0.48 0.53
Hex 85 C0 4D 1F 0 3C 19 5B 30 35
Octal 205 300 115 37 0 74 31 133 60 65
Binary 10000101 11000000 1001101 11111 0 111100 11001 1011011 110000 110101

Color Harmonies of #85C04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C04D

Black with #85C04D

Text Example


Text Example

White with #85C04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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