Html Css Color HEX #96E363 Gossip

📋 copy color: '#96E363'

red 150 ◦ green 227 ◦ blue 99

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

Shades of Gossip #96E363

Tints of Gossip #96E363

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.69%

 BLUE value IS 99 (39.06% from 255) = 20.8%

R = 31.51%
G = 47.69%
B = 20.8%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#96E363 (or 0x96E363) is known color: Gossip. HEX triplet: 96, E3 and 63. RGB value is (150,227,99). Sum of RGB (Red+Green+Blue) = 150+227+99=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 227 (89.06% from 255 or 47.69% from 476); Blue value is 99 (39.06% from 255 or 20.80% from 476); Max value from RGB is 227 - color contains mainly: green. Hex color #96E363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E363 is #691C9C. Grayscale: #BDBDBD. Windows color (decimal): -6888605 or 6546326. OLE color: 6546326.

HSL color Cylindrical-coordinate representation of color #96E363: hue angle of 96.09º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96E363 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 227 99 -
CMYK 0.34 0 0.56 0.11
HSL 96.09º 0.7% 0.64% -
HSV(B) 96.09º 0.56% 0.89% -
XYZ 42.3 62.32 21.6 -
YUV 189.39 76.99 99.91 -
System Red Green Blue C M Y K H S L
Decimal 150 227 99 0.34 0 0.56 0.11 96.09 0.7 0.64
Hex 96 E3 63 22 0 38 B 60 46 40
Octal 226 343 143 42 0 70 13 140 106 100
Binary 10010110 11100011 1100011 100010 0 111000 1011 1100000 1000110 1000000

Color Harmonies of #96E363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E363

Black with #96E363

Text Example


Text Example

White with #96E363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,227,99); }

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

background-color css

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

 a { background-color: rgb(150,227,99); }

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

border-color css

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

 span { border-color: rgb(150,227,99); }

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