Html Css Color HEX #96DA70 Gossip

📋 copy color: '#96DA70'

red 150 ◦ green 218 ◦ blue 112

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

Shades of Gossip #96DA70

Tints of Gossip #96DA70

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.42%

 BLUE value IS 112 (44.14% from 255) = 23.33%

R = 31.25%
G = 45.42%
B = 23.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#96DA70 (or 0x96DA70) is known color: Gossip. HEX triplet: 96, DA and 70. RGB value is (150,218,112). Sum of RGB (Red+Green+Blue) = 150+218+112=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #96DA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DA70 is #69258F. Grayscale: #B9B9B9. Windows color (decimal): -6890896 or 7395990. OLE color: 7395990.

HSL color Cylindrical-coordinate representation of color #96DA70: hue angle of 98.49º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96DA70 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 218 112 -
CMYK 0.31 0 0.49 0.15
HSL 98.49º 0.59% 0.65% -
HSV(B) 98.49º 0.49% 0.85% -
XYZ 40.57 57.8 24.35 -
YUV 185.58 86.47 102.62 -
System Red Green Blue C M Y K H S L
Decimal 150 218 112 0.31 0 0.49 0.15 98.49 0.59 0.65
Hex 96 DA 70 1F 0 31 F 62 3B 41
Octal 226 332 160 37 0 61 17 142 73 101
Binary 10010110 11011010 1110000 11111 0 110001 1111 1100010 111011 1000001

Color Harmonies of #96DA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DA70

Black with #96DA70

Text Example


Text Example

White with #96DA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,218,112); }

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

background-color css

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

 a { background-color: rgb(150,218,112); }

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

border-color css

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

 span { border-color: rgb(150,218,112); }

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