Html Css Color HEX #96EA73 Gossip

📋 copy color: '#96EA73'

red 150 ◦ green 234 ◦ blue 115

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

Shades of Gossip #96EA73

Tints of Gossip #96EA73

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.89%

 BLUE value IS 115 (45.31% from 255) = 23.05%

R = 30.06%
G = 46.89%
B = 23.05%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#96EA73 (or 0x96EA73) is known color: Gossip. HEX triplet: 96, EA and 73. RGB value is (150,234,115). Sum of RGB (Red+Green+Blue) = 150+234+115=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EA73 is #69158C. Grayscale: #C3C3C3. Windows color (decimal): -6886797 or 7596694. OLE color: 7596694.

HSL color Cylindrical-coordinate representation of color #96EA73: hue angle of 102.35º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96EA73 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 234 115 -
CMYK 0.36 0 0.51 0.08
HSL 102.35º 0.74% 0.68% -
HSV(B) 102.35º 0.51% 0.92% -
XYZ 45.1 66.57 26.69 -
YUV 195.32 82.67 95.68 -
System Red Green Blue C M Y K H S L
Decimal 150 234 115 0.36 0 0.51 0.08 102.35 0.74 0.68
Hex 96 EA 73 24 0 33 8 66 4A 44
Octal 226 352 163 44 0 63 10 146 112 104
Binary 10010110 11101010 1110011 100100 0 110011 1000 1100110 1001010 1000100

Color Harmonies of #96EA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EA73

Black with #96EA73

Text Example


Text Example

White with #96EA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,234,115); }

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

background-color css

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

 a { background-color: rgb(150,234,115); }

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

border-color css

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

 span { border-color: rgb(150,234,115); }

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