Html Css Color HEX #95CE80 Gossip

📋 copy color: '#95CE80'

red 149 ◦ green 206 ◦ blue 128

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

Shades of Gossip #95CE80

Tints of Gossip #95CE80

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.65%

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

R = 30.85%
G = 42.65%
B = 26.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#95CE80 (or 0x95CE80) is known color: Gossip. HEX triplet: 95, CE and 80. RGB value is (149,206,128). Sum of RGB (Red+Green+Blue) = 149+206+128=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CE80 is #6A317F. Grayscale: #B4B4B4. Windows color (decimal): -6959488 or 8441493. OLE color: 8441493.

HSL color Cylindrical-coordinate representation of color #95CE80: hue angle of 103.85º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95CE80 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 206 128 -
CMYK 0.28 0 0.38 0.19
HSL 103.85º 0.44% 0.65% -
HSV(B) 103.85º 0.38% 0.81% -
XYZ 38.36 52.09 28.45 -
YUV 180.07 98.62 105.84 -
System Red Green Blue C M Y K H S L
Decimal 149 206 128 0.28 0 0.38 0.19 103.85 0.44 0.65
Hex 95 CE 80 1C 0 26 13 68 2C 41
Octal 225 316 200 34 0 46 23 150 54 101
Binary 10010101 11001110 10000000 11100 0 100110 10011 1101000 101100 1000001

Color Harmonies of #95CE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CE80

Black with #95CE80

Text Example


Text Example

White with #95CE80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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