Html Css Color HEX #95DF80 Gossip

📋 copy color: '#95DF80'

red 149 ◦ green 223 ◦ blue 128

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

Shades of Gossip #95DF80

Tints of Gossip #95DF80

RGB

 RED value IS 149 (58.59% from 255) = 29.8%

 GREEN value IS 223 (87.5% from 255) = 44.6%

 BLUE value IS 128 (50.39% from 255) = 25.6%

R = 29.8%
G = 44.6%
B = 25.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#95DF80 (or 0x95DF80) is known color: Gossip. HEX triplet: 95, DF and 80. RGB value is (149,223,128). Sum of RGB (Red+Green+Blue) = 149+223+128=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DF80 is #6A207F. Grayscale: #BEBEBE. Windows color (decimal): -6955136 or 8445845. OLE color: 8445845.

HSL color Cylindrical-coordinate representation of color #95DF80: hue angle of 106.74º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #95DF80 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 223 128 -
CMYK 0.33 0 0.43 0.13
HSL 106.74º 0.6% 0.69% -
HSV(B) 106.74º 0.43% 0.87% -
XYZ 42.68 60.72 29.89 -
YUV 190.04 92.98 98.72 -
System Red Green Blue C M Y K H S L
Decimal 149 223 128 0.33 0 0.43 0.13 106.74 0.6 0.69
Hex 95 DF 80 21 0 2B D 6B 3C 45
Octal 225 337 200 41 0 53 15 153 74 105
Binary 10010101 11011111 10000000 100001 0 101011 1101 1101011 111100 1000101

Color Harmonies of #95DF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DF80

Black with #95DF80

Text Example


Text Example

White with #95DF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95DF80; }

 p { color: rgb(149,223,128); }

 H1.HeaderClassName
 {
   color: #95DF80;
 }
 .AnyTagClassName
 {
   color: #95DF80;
 }
</style>

background-color css

<style>
 a { background-color: #95DF80; }

 a { background-color: rgb(149,223,128); }

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

border-color css

<style>
 span { border-color: #95DF80; }

 span { border-color: rgb(149,223,128); }

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