Html Css Color HEX #96DD67 Gossip

📋 copy color: '#96DD67'

red 150 ◦ green 221 ◦ blue 103

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

Shades of Gossip #96DD67

Tints of Gossip #96DD67

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.62%

 BLUE value IS 103 (40.63% from 255) = 21.73%

R = 31.65%
G = 46.62%
B = 21.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#96DD67 (or 0x96DD67) is known color: Gossip. HEX triplet: 96, DD and 67. RGB value is (150,221,103). Sum of RGB (Red+Green+Blue) = 150+221+103=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DD67 is #692298. Grayscale: #BABABA. Windows color (decimal): -6890137 or 6806934. OLE color: 6806934.

HSL color Cylindrical-coordinate representation of color #96DD67: hue angle of 96.1º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96DD67 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 221 103 -
CMYK 0.32 0 0.53 0.13
HSL 96.1º 0.63% 0.64% -
HSV(B) 96.1º 0.53% 0.87% -
XYZ 40.88 59.18 22.1 -
YUV 186.32 80.98 102.09 -
System Red Green Blue C M Y K H S L
Decimal 150 221 103 0.32 0 0.53 0.13 96.1 0.63 0.64
Hex 96 DD 67 20 0 35 D 60 3F 40
Octal 226 335 147 40 0 65 15 140 77 100
Binary 10010110 11011101 1100111 100000 0 110101 1101 1100000 111111 1000000

Color Harmonies of #96DD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DD67

Black with #96DD67

Text Example


Text Example

White with #96DD67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,221,103); }

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

background-color css

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

 a { background-color: rgb(150,221,103); }

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

border-color css

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

 span { border-color: rgb(150,221,103); }

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