#92DD75

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

Shades of Gossip #92DD75

Tints of Gossip #92DD75

Color information

#92DD75 (or 0x92DD75) is unknown color: approx Gossip. HEX triplet: 92, DD and 75. RGB value is (146,221,117). Sum of RGB (Red+Green+Blue) = 146+221+117=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #92DD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DD75 is #6D228A. Grayscale: #BBBBBB. Windows color (decimal): -7152267 or 7724434. OLE color: 7724434.

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

Color convert

RGB146221117-
CMYK0.3400.470.13
HSL103.27º60.47%66.27%-
HSV(B)103.27º47.06%86.67%-
XYZ40.9259.1126.08-
YUV186.7288.6598.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.17%
GREEN value IS 221 (86.72% from 255) = 45.66%
BLUE value IS 117 (46.09% from 255) = 24.17%
R=30.17%
G=45.66%
B=24.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1462211170.3400.470.13103.2760.4766.27
Hex92DD752202FD673c42
Octal222335165420571514774102
Binary100100101101110111101011000100101111110111001111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,221,117); }

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

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

 a { background-color: rgb(146,221,117); }

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

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

 span { border-color: rgb(146,221,117); }

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