Html Css Color HEX #95DD7D Gossip

📋 copy color: '#95DD7D'

red 149 ◦ green 221 ◦ blue 125

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

Shades of Gossip #95DD7D

Tints of Gossip #95DD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.25%

R = 30.1%
G = 44.65%
B = 25.25%

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

#95DD7D (or 0x95DD7D) is known color: Gossip. HEX triplet: 95, DD and 7D. RGB value is (149,221,125). Sum of RGB (Red+Green+Blue) = 149+221+125=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #95DD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DD7D is #6A2282. Grayscale: #BCBCBC. Windows color (decimal): -6955651 or 8248725. OLE color: 8248725.

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

Color convert

RGB 149 221 125 -
CMYK 0.33 0 0.43 0.13
HSL 105º 0.59% 0.68% -
HSV(B) 105º 0.43% 0.87% -
XYZ 41.95 59.58 28.69 -
YUV 188.53 92.15 99.81 -
System Red Green Blue C M Y K H S L
Decimal 149 221 125 0.33 0 0.43 0.13 105 0.59 0.68
Hex 95 DD 7D 21 0 2B D 69 3B 44
Octal 225 335 175 41 0 53 15 151 73 104
Binary 10010101 11011101 1111101 100001 0 101011 1101 1101001 111011 1000100

Color Harmonies of #95DD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DD7D

Black with #95DD7D

Text Example


Text Example

White with #95DD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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