Html Css Color HEX #96ED71 Gossip

📋 copy color: '#96ED71'

red 150 ◦ green 237 ◦ blue 113

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

Shades of Gossip #96ED71

Tints of Gossip #96ED71

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.4%

 BLUE value IS 113 (44.53% from 255) = 22.6%

R = 30%
G = 47.4%
B = 22.6%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#96ED71 (or 0x96ED71) is known color: Gossip. HEX triplet: 96, ED and 71. RGB value is (150,237,113). Sum of RGB (Red+Green+Blue) = 150+237+113=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #96ED71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96ED71 is #69128E. Grayscale: #C5C5C5. Windows color (decimal): -6886031 or 7466390. OLE color: 7466390.

HSL color Cylindrical-coordinate representation of color #96ED71: hue angle of 102.1º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96ED71 is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 237 113 -
CMYK 0.37 0 0.52 0.07
HSL 102.1º 0.78% 0.69% -
HSV(B) 102.1º 0.52% 0.93% -
XYZ 45.84 68.24 26.38 -
YUV 196.85 80.68 94.58 -
System Red Green Blue C M Y K H S L
Decimal 150 237 113 0.37 0 0.52 0.07 102.1 0.78 0.69
Hex 96 ED 71 25 0 34 7 66 4E 45
Octal 226 355 161 45 0 64 7 146 116 105
Binary 10010110 11101101 1110001 100101 0 110100 111 1100110 1001110 1000101

Color Harmonies of #96ED71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ED71

Black with #96ED71

Text Example


Text Example

White with #96ED71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,237,113); }

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

background-color css

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

 a { background-color: rgb(150,237,113); }

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

border-color css

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

 span { border-color: rgb(150,237,113); }

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