Html Css Color HEX #85D064 Mantis

📋 copy color: '#85D064'

red 133 ◦ green 208 ◦ blue 100

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

Shades of Mantis #85D064

Tints of Mantis #85D064

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.17%

 BLUE value IS 100 (39.45% from 255) = 22.68%

R = 30.16%
G = 47.17%
B = 22.68%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#85D064 (or 0x85D064) is known color: Mantis. HEX triplet: 85, D0 and 64. RGB value is (133,208,100). Sum of RGB (Red+Green+Blue) = 133+208+100=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #85D064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D064 is #7A2F9B. Grayscale: #ADADAD. Windows color (decimal): -8007580 or 6606981. OLE color: 6606981.

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

Color convert

RGB 133 208 100 -
CMYK 0.36 0 0.52 0.18
HSL 101.67º 0.53% 0.6% -
HSV(B) 101.67º 0.52% 0.82% -
XYZ 34.53 51.02 20.08 -
YUV 173.26 86.65 99.28 -
System Red Green Blue C M Y K H S L
Decimal 133 208 100 0.36 0 0.52 0.18 101.67 0.53 0.6
Hex 85 D0 64 24 0 34 12 66 35 3C
Octal 205 320 144 44 0 64 22 146 65 74
Binary 10000101 11010000 1100100 100100 0 110100 10010 1100110 110101 111100

Color Harmonies of #85D064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D064

Black with #85D064

Text Example


Text Example

White with #85D064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,208,100); }

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

background-color css

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

 a { background-color: rgb(133,208,100); }

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

border-color css

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

 span { border-color: rgb(133,208,100); }

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