Html Css Color HEX #85DD64 Mantis

📋 copy color: '#85DD64'

red 133 ◦ green 221 ◦ blue 100

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

Shades of Mantis #85DD64

Tints of Mantis #85DD64

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.68%

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

R = 29.3%
G = 48.68%
B = 22.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#85DD64 (or 0x85DD64) is known color: Mantis. HEX triplet: 85, DD and 64. RGB value is (133,221,100). Sum of RGB (Red+Green+Blue) = 133+221+100=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DD64 is #7A229B. Grayscale: #B5B5B5. Windows color (decimal): -8004252 or 6610309. OLE color: 6610309.

HSL color Cylindrical-coordinate representation of color #85DD64: hue angle of 103.64º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85DD64 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 221 100 -
CMYK 0.40 0 0.55 0.13
HSL 103.64º 0.64% 0.63% -
HSV(B) 103.64º 0.55% 0.87% -
XYZ 37.83 57.62 21.18 -
YUV 180.89 82.35 93.84 -
System Red Green Blue C M Y K H S L
Decimal 133 221 100 0.40 0 0.55 0.13 103.64 0.64 0.63
Hex 85 DD 64 28 0 37 D 68 40 3F
Octal 205 335 144 50 0 67 15 150 100 77
Binary 10000101 11011101 1100100 101000 0 110111 1101 1101000 1000000 111111

Color Harmonies of #85DD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DD64

Black with #85DD64

Text Example


Text Example

White with #85DD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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