#9BDF75

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

Shades of Gossip #9BDF75

Tints of Gossip #9BDF75

Color information

#9BDF75 (or 0x9BDF75) is unknown color: approx Gossip. HEX triplet: 9B, DF and 75. RGB value is (155,223,117). Sum of RGB (Red+Green+Blue) = 155+223+117=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDF75 is #64208A. Grayscale: #BEBEBE. Windows color (decimal): -6561931 or 7724955. OLE color: 7724955.

HSL color Cylindrical-coordinate representation of color #9BDF75: hue angle of 98.49º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BDF75 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB155223117-
CMYK0.3000.480.13
HSL98.49º62.35%66.67%-
HSV(B)98.49º47.53%87.45%-
XYZ43.1261.0326.34-
YUV190.5886.47102.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.31%
GREEN value IS 223 (87.5% from 255) = 45.05%
BLUE value IS 117 (46.09% from 255) = 23.64%
R=31.31%
G=45.05%
B=23.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552231170.3000.480.1398.4962.3566.67
Hex9BDF751E030D623e43
Octal233337165360601514276103
Binary10011011110111111110101111100110000110111000101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BDF75; }

 p { color: rgb(155,223,117); }

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

<style>
 a { background-color: #9BDF75; }

 a { background-color: rgb(155,223,117); }

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

<style>
 span { border-color: #9BDF75; }

 span { border-color: rgb(155,223,117); }

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