#90DF70

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

Shades of Gossip #90DF70

Tints of Gossip #90DF70

Color information

#90DF70 (or 0x90DF70) is unknown color: approx Gossip. HEX triplet: 90, DF and 70. RGB value is (144,223,112). Sum of RGB (Red+Green+Blue) = 144+223+112=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #90DF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DF70 is #6F208F. Grayscale: #BBBBBB. Windows color (decimal): -7282832 or 7397264. OLE color: 7397264.

HSL color Cylindrical-coordinate representation of color #90DF70: hue angle of 102.7º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #90DF70 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB144223112-
CMYK0.3500.500.13
HSL102.7º63.43%65.69%-
HSV(B)102.7º49.78%87.45%-
XYZ40.8159.8724.74-
YUV186.7285.8397.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.06%
GREEN value IS 223 (87.5% from 255) = 46.56%
BLUE value IS 112 (44.14% from 255) = 23.38%
R=30.06%
G=46.56%
B=23.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1442231120.3500.500.13102.763.4365.69
Hex90DF7023032D673f42
Octal220337160430621514777102
Binary100100001101111111100001000110110010110111001111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,223,112); }

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

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

 a { background-color: rgb(144,223,112); }

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

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

 span { border-color: rgb(144,223,112); }

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