#90DB74

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

Shades of Gossip #90DB74

Tints of Gossip #90DB74

Color information

#90DB74 (or 0x90DB74) is unknown color: approx Gossip. HEX triplet: 90, DB and 74. RGB value is (144,219,116). Sum of RGB (Red+Green+Blue) = 144+219+116=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #90DB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DB74 is #6F248B. Grayscale: #B9B9B9. Windows color (decimal): -7283852 or 7658384. OLE color: 7658384.

HSL color Cylindrical-coordinate representation of color #90DB74: hue angle of 103.69º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90DB74 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB144219116-
CMYK0.3400.470.14
HSL103.69º58.86%65.69%-
HSV(B)103.69º47.03%85.88%-
XYZ39.9957.8525.58-
YUV184.8389.1598.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.06%
GREEN value IS 219 (85.94% from 255) = 45.72%
BLUE value IS 116 (45.70% from 255) = 24.22%
R=30.06%
G=45.72%
B=24.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1442191160.3400.470.14103.6958.8665.69
Hex90DB742202FE683b42
Octal220333164420571615073102
Binary100100001101101111101001000100101111111011010001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,219,116); }

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

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

 a { background-color: rgb(144,219,116); }

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

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

 span { border-color: rgb(144,219,116); }

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