Html Css Color HEX #96E065 Gossip

📋 copy color: '#96E065'

red 150 ◦ green 224 ◦ blue 101

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

Shades of Gossip #96E065

Tints of Gossip #96E065

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.16%

 BLUE value IS 101 (39.84% from 255) = 21.26%

R = 31.58%
G = 47.16%
B = 21.26%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#96E065 (or 0x96E065) is known color: Gossip. HEX triplet: 96, E0 and 65. RGB value is (150,224,101). Sum of RGB (Red+Green+Blue) = 150+224+101=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #96E065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E065 is #691F9A. Grayscale: #BCBCBC. Windows color (decimal): -6889371 or 6676630. OLE color: 6676630.

HSL color Cylindrical-coordinate representation of color #96E065: hue angle of 96.1º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96E065 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 224 101 -
CMYK 0.33 0 0.55 0.12
HSL 96.1º 0.66% 0.64% -
HSV(B) 96.1º 0.55% 0.88% -
XYZ 41.58 60.73 21.84 -
YUV 187.85 78.98 101 -
System Red Green Blue C M Y K H S L
Decimal 150 224 101 0.33 0 0.55 0.12 96.1 0.66 0.64
Hex 96 E0 65 21 0 37 C 60 42 40
Octal 226 340 145 41 0 67 14 140 102 100
Binary 10010110 11100000 1100101 100001 0 110111 1100 1100000 1000010 1000000

Color Harmonies of #96E065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E065

Black with #96E065

Text Example


Text Example

White with #96E065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,224,101); }

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

background-color css

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

 a { background-color: rgb(150,224,101); }

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

border-color css

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

 span { border-color: rgb(150,224,101); }

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