Html Css Color HEX #85DC64 Mantis

📋 copy color: '#85DC64'

red 133 ◦ green 220 ◦ blue 100

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

Shades of Mantis #85DC64

Tints of Mantis #85DC64

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.57%

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

R = 29.36%
G = 48.57%
B = 22.08%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#85DC64 (or 0x85DC64) is known color: Mantis. HEX triplet: 85, DC and 64. RGB value is (133,220,100). Sum of RGB (Red+Green+Blue) = 133+220+100=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DC64 is #7A239B. Grayscale: #B4B4B4. Windows color (decimal): -8004508 or 6610053. OLE color: 6610053.

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

Color convert

RGB 133 220 100 -
CMYK 0.40 0 0.55 0.14
HSL 103.5º 0.63% 0.63% -
HSV(B) 103.5º 0.55% 0.86% -
XYZ 37.57 57.09 21.1 -
YUV 180.31 82.68 94.26 -
System Red Green Blue C M Y K H S L
Decimal 133 220 100 0.40 0 0.55 0.14 103.5 0.63 0.63
Hex 85 DC 64 28 0 37 E 68 3F 3F
Octal 205 334 144 50 0 67 16 150 77 77
Binary 10000101 11011100 1100100 101000 0 110111 1110 1101000 111111 111111

Color Harmonies of #85DC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DC64

Black with #85DC64

Text Example


Text Example

White with #85DC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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