Html Css Color HEX #96CF6F Gossip

📋 copy color: '#96CF6F'

red 150 ◦ green 207 ◦ blue 111

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

Shades of Gossip #96CF6F

Tints of Gossip #96CF6F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.23%

 BLUE value IS 111 (43.75% from 255) = 23.72%

R = 32.05%
G = 44.23%
B = 23.72%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#96CF6F (or 0x96CF6F) is known color: Gossip. HEX triplet: 96, CF and 6F. RGB value is (150,207,111). Sum of RGB (Red+Green+Blue) = 150+207+111=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CF6F is #693090. Grayscale: #B3B3B3. Windows color (decimal): -6893713 or 7327638. OLE color: 7327638.

HSL color Cylindrical-coordinate representation of color #96CF6F: hue angle of 95.62º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96CF6F is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 207 111 -
CMYK 0.28 0 0.46 0.19
HSL 95.63º 0.5% 0.62% -
HSV(B) 95.63º 0.46% 0.81% -
XYZ 37.76 52.26 23.14 -
YUV 179.01 89.62 107.31 -
System Red Green Blue C M Y K H S L
Decimal 150 207 111 0.28 0 0.46 0.19 95.63 0.5 0.62
Hex 96 CF 6F 1C 0 2E 13 60 32 3E
Octal 226 317 157 34 0 56 23 140 62 76
Binary 10010110 11001111 1101111 11100 0 101110 10011 1100000 110010 111110

Color Harmonies of #96CF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CF6F

Black with #96CF6F

Text Example


Text Example

White with #96CF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,207,111); }

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

background-color css

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

 a { background-color: rgb(150,207,111); }

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

border-color css

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

 span { border-color: rgb(150,207,111); }

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