Html Css Color HEX #96F075 Gossip

📋 copy color: '#96F075'

red 150 ◦ green 240 ◦ blue 117

#96F075
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #96F075

Tints of Gossip #96F075

RGB

 RED value IS 150 (58.98% from 255) = 29.59%

 GREEN value IS 240 (94.14% from 255) = 47.34%

 BLUE value IS 117 (46.09% from 255) = 23.08%

R = 29.59%
G = 47.34%
B = 23.08%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#96F075 (or 0x96F075) is known color: Gossip. HEX triplet: 96, F0 and 75. RGB value is (150,240,117). Sum of RGB (Red+Green+Blue) = 150+240+117=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #96F075 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F075 is #690F8A. Grayscale: #C7C7C7. Windows color (decimal): -6885259 or 7729302. OLE color: 7729302.

HSL color Cylindrical-coordinate representation of color #96F075: hue angle of 103.9º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96F075 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 240 117 -
CMYK 0.37 0 0.51 0.06
HSL 103.9º 0.8% 0.7% -
HSV(B) 103.9º 0.51% 0.94% -
XYZ 46.95 70.09 27.88 -
YUV 199.07 81.68 93 -
System Red Green Blue C M Y K H S L
Decimal 150 240 117 0.37 0 0.51 0.06 103.9 0.8 0.7
Hex 96 F0 75 25 0 33 6 68 50 46
Octal 226 360 165 45 0 63 6 150 120 106
Binary 10010110 11110000 1110101 100101 0 110011 110 1101000 1010000 1000110

Color Harmonies of #96F075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F075

Black with #96F075

Text Example


Text Example

White with #96F075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96F075; }

 p { color: rgb(150,240,117); }

 H1.HeaderClassName
 {
   color: #96F075;
 }
 .AnyTagClassName
 {
   color: #96F075;
 }
</style>

background-color css

<style>
 a { background-color: #96F075; }

 a { background-color: rgb(150,240,117); }

 div.DivClassName
 {
   background-color: #96F075;
 }
 .BgClassName
 {
   background-color: #96F075;
 }
</style>

border-color css

<style>
 span { border-color: #96F075; }

 span { border-color: rgb(150,240,117); }

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