#90DE7D

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

Shades of Gossip #90DE7D

Tints of Gossip #90DE7D

Color information

#90DE7D (or 0x90DE7D) is unknown color: approx Gossip. HEX triplet: 90, DE and 7D. RGB value is (144,222,125). Sum of RGB (Red+Green+Blue) = 144+222+125=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 222 - color contains mainly: green. Hex color #90DE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DE7D is #6F2182. Grayscale: #BBBBBB. Windows color (decimal): -7283075 or 8248976. OLE color: 8248976.

HSL color Cylindrical-coordinate representation of color #90DE7D: hue angle of 108.25º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90DE7D is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB144222125-
CMYK0.3500.440.13
HSL108.25º59.51%68.04%-
HSV(B)108.25º43.69%87.06%-
XYZ41.3259.6528.74-
YUV187.6292.6696.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.33%
GREEN value IS 222 (87.11% from 255) = 45.21%
BLUE value IS 125 (49.22% from 255) = 25.46%
R=29.33%
G=45.21%
B=25.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1442221250.3500.440.13108.2559.5168.04
Hex90DE7D2302CD6c3c44
Octal220336175430541515474104
Binary100100001101111011111011000110101100110111011001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,222,125); }

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

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

 a { background-color: rgb(144,222,125); }

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

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

 span { border-color: rgb(144,222,125); }

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