Html Css Color HEX #95DD81 Gossip

📋 copy color: '#95DD81'

red 149 ◦ green 221 ◦ blue 129

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

Shades of Gossip #95DD81

Tints of Gossip #95DD81

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.29%

 BLUE value IS 129 (50.78% from 255) = 25.85%

R = 29.86%
G = 44.29%
B = 25.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#95DD81 (or 0x95DD81) is known color: Gossip. HEX triplet: 95, DD and 81. RGB value is (149,221,129). Sum of RGB (Red+Green+Blue) = 149+221+129=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #95DD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DD81 is #6A227E. Grayscale: #BDBDBD. Windows color (decimal): -6955647 or 8510869. OLE color: 8510869.

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

Color convert

RGB 149 221 129 -
CMYK 0.33 0 0.42 0.13
HSL 106.96º 0.58% 0.69% -
HSV(B) 106.96º 0.42% 0.87% -
XYZ 42.21 59.69 30.06 -
YUV 188.98 94.15 99.48 -
System Red Green Blue C M Y K H S L
Decimal 149 221 129 0.33 0 0.42 0.13 106.96 0.58 0.69
Hex 95 DD 81 21 0 2A D 6B 3A 45
Octal 225 335 201 41 0 52 15 153 72 105
Binary 10010101 11011101 10000001 100001 0 101010 1101 1101011 111010 1000101

Color Harmonies of #95DD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DD81

Black with #95DD81

Text Example


Text Example

White with #95DD81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,221,129); }

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

background-color css

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

 a { background-color: rgb(149,221,129); }

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

border-color css

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

 span { border-color: rgb(149,221,129); }

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