Html Css Color HEX #96CF7C Gossip

📋 copy color: '#96CF7C'

red 150 ◦ green 207 ◦ blue 124

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

Shades of Gossip #96CF7C

Tints of Gossip #96CF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.78%

R = 31.19%
G = 43.04%
B = 25.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#96CF7C (or 0x96CF7C) is known color: Gossip. HEX triplet: 96, CF and 7C. RGB value is (150,207,124). Sum of RGB (Red+Green+Blue) = 150+207+124=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CF7C is #693083. Grayscale: #B4B4B4. Windows color (decimal): -6893700 or 8179606. OLE color: 8179606.

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

Color convert

RGB 150 207 124 -
CMYK 0.28 0 0.40 0.19
HSL 101.2º 0.46% 0.65% -
HSV(B) 101.2º 0.4% 0.81% -
XYZ 38.53 52.56 27.18 -
YUV 180.5 96.12 106.25 -
System Red Green Blue C M Y K H S L
Decimal 150 207 124 0.28 0 0.40 0.19 101.2 0.46 0.65
Hex 96 CF 7C 1C 0 28 13 65 2E 41
Octal 226 317 174 34 0 50 23 145 56 101
Binary 10010110 11001111 1111100 11100 0 101000 10011 1100101 101110 1000001

Color Harmonies of #96CF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CF7C

Black with #96CF7C

Text Example


Text Example

White with #96CF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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