Html Css Color HEX #96E667 Gossip

📋 copy color: '#96E667'

red 150 ◦ green 230 ◦ blue 103

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

Shades of Gossip #96E667

Tints of Gossip #96E667

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.62%

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

R = 31.06%
G = 47.62%
B = 21.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#96E667 (or 0x96E667) is known color: Gossip. HEX triplet: 96, E6 and 67. RGB value is (150,230,103). Sum of RGB (Red+Green+Blue) = 150+230+103=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 230 (90.23% from 255 or 47.62% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 230 - color contains mainly: green. Hex color #96E667 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E667 is #691998. Grayscale: #C0C0C0. Windows color (decimal): -6887833 or 6809238. OLE color: 6809238.

HSL color Cylindrical-coordinate representation of color #96E667: hue angle of 97.8º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96E667 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 230 103 -
CMYK 0.35 0 0.55 0.10
HSL 97.8º 0.72% 0.65% -
HSV(B) 97.8º 0.55% 0.9% -
XYZ 43.32 64.06 22.91 -
YUV 191.6 78 98.33 -
System Red Green Blue C M Y K H S L
Decimal 150 230 103 0.35 0 0.55 0.10 97.8 0.72 0.65
Hex 96 E6 67 23 0 37 A 62 48 41
Octal 226 346 147 43 0 67 12 142 110 101
Binary 10010110 11100110 1100111 100011 0 110111 1010 1100010 1001000 1000001

Color Harmonies of #96E667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E667

Black with #96E667

Text Example


Text Example

White with #96E667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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