Html Css Color HEX #96D668 Gossip

📋 copy color: '#96D668'

red 150 ◦ green 214 ◦ blue 104

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

Shades of Gossip #96D668

Tints of Gossip #96D668

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.73%

 BLUE value IS 104 (41.02% from 255) = 22.22%

R = 32.05%
G = 45.73%
B = 22.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#96D668 (or 0x96D668) is known color: Gossip. HEX triplet: 96, D6 and 68. RGB value is (150,214,104). Sum of RGB (Red+Green+Blue) = 150+214+104=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #96D668 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D668 is #692997. Grayscale: #B6B6B6. Windows color (decimal): -6891928 or 6870678. OLE color: 6870678.

HSL color Cylindrical-coordinate representation of color #96D668: hue angle of 94.91º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96D668 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 214 104 -
CMYK 0.30 0 0.51 0.16
HSL 94.91º 0.57% 0.62% -
HSV(B) 94.91º 0.51% 0.84% -
XYZ 39.12 55.58 21.76 -
YUV 182.32 83.8 104.94 -
System Red Green Blue C M Y K H S L
Decimal 150 214 104 0.30 0 0.51 0.16 94.91 0.57 0.62
Hex 96 D6 68 1E 0 33 10 5F 39 3E
Octal 226 326 150 36 0 63 20 137 71 76
Binary 10010110 11010110 1101000 11110 0 110011 10000 1011111 111001 111110

Color Harmonies of #96D668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D668

Black with #96D668

Text Example


Text Example

White with #96D668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,214,104); }

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

background-color css

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

 a { background-color: rgb(150,214,104); }

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

border-color css

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

 span { border-color: rgb(150,214,104); }

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