#90DD64

Color #90DD64 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #90DD64

Tints of Mantis #90DD64

Color information

#90DD64 (or 0x90DD64) is unknown color: approx Mantis. HEX triplet: 90, DD and 64. RGB value is (144,221,100). Sum of RGB (Red+Green+Blue) = 144+221+100=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #90DD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DD64 is #6F229B. Grayscale: #B8B8B8. Windows color (decimal): -7283356 or 6610320. OLE color: 6610320.

HSL color Cylindrical-coordinate representation of color #90DD64: hue angle of 98.18º 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 #90DD64 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB144221100-
CMYK0.3500.550.13
HSL98.18º64.02%62.94%-
HSV(B)98.18º54.75%86.67%-
XYZ39.6658.5621.27-
YUV184.1880.4999.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.97%
GREEN value IS 221 (86.72% from 255) = 47.53%
BLUE value IS 100 (39.45% from 255) = 21.51%
R=30.97%
G=47.53%
B=21.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1442211000.3500.550.1398.1864.0262.94
Hex90DD6423037D62403f
Octal220335144430671514210077
Binary100100001101110111001001000110110111110111000101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #90DD64;
 }
 .AnyTagClassName
 {
   color: #90DD64;
 }
</style>
background-color css

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

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

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

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

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

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