Html Css Color HEX #96DF7F Gossip

📋 copy color: '#96DF7F'

red 150 ◦ green 223 ◦ blue 127

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

Shades of Gossip #96DF7F

Tints of Gossip #96DF7F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.6%

 BLUE value IS 127 (50% from 255) = 25.4%

R = 30%
G = 44.6%
B = 25.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#96DF7F (or 0x96DF7F) is known color: Gossip. HEX triplet: 96, DF and 7F. RGB value is (150,223,127). Sum of RGB (Red+Green+Blue) = 150+223+127=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DF7F is #692080. Grayscale: #BEBEBE. Windows color (decimal): -6889601 or 8380310. OLE color: 8380310.

HSL color Cylindrical-coordinate representation of color #96DF7F: hue angle of 105.62º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96DF7F is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 223 127 -
CMYK 0.33 0 0.43 0.13
HSL 105.63º 0.6% 0.69% -
HSV(B) 105.63º 0.43% 0.87% -
XYZ 42.8 60.79 29.56 -
YUV 190.23 92.32 99.31 -
System Red Green Blue C M Y K H S L
Decimal 150 223 127 0.33 0 0.43 0.13 105.63 0.6 0.69
Hex 96 DF 7F 21 0 2B D 6A 3C 45
Octal 226 337 177 41 0 53 15 152 74 105
Binary 10010110 11011111 1111111 100001 0 101011 1101 1101010 111100 1000101

Color Harmonies of #96DF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DF7F

Black with #96DF7F

Text Example


Text Example

White with #96DF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,223,127); }

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

background-color css

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

 a { background-color: rgb(150,223,127); }

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

border-color css

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

 span { border-color: rgb(150,223,127); }

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