#92DE79

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

Shades of Gossip #92DE79

Tints of Gossip #92DE79

Color information

#92DE79 (or 0x92DE79) is unknown color: approx Gossip. HEX triplet: 92, DE and 79. RGB value is (146,222,121). Sum of RGB (Red+Green+Blue) = 146+222+121=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 222 (87.11% from 255 or 45.40% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 222 - color contains mainly: green. Hex color #92DE79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DE79 is #6D2186. Grayscale: #BCBCBC. Windows color (decimal): -7152007 or 7986834. OLE color: 7986834.

HSL color Cylindrical-coordinate representation of color #92DE79: hue angle of 105.15º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #92DE79 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB146222121-
CMYK0.3400.450.13
HSL105.15º60.48%67.25%-
HSV(B)105.15º45.5%87.06%-
XYZ41.4359.7327.44-
YUV187.7690.3298.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.86%
GREEN value IS 222 (87.11% from 255) = 45.40%
BLUE value IS 121 (47.66% from 255) = 24.74%
R=29.86%
G=45.40%
B=24.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1462221210.3400.450.13105.1560.4867.25
Hex92DE792202DD693c43
Octal222336171420551515174103
Binary100100101101111011110011000100101101110111010011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92DE79; }

 p { color: rgb(146,222,121); }

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

<style>
 a { background-color: #92DE79; }

 a { background-color: rgb(146,222,121); }

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

<style>
 span { border-color: #92DE79; }

 span { border-color: rgb(146,222,121); }

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