Html Css Color HEX #95DD7E Gossip

📋 copy color: '#95DD7E'

red 149 ◦ green 221 ◦ blue 126

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

Shades of Gossip #95DD7E

Tints of Gossip #95DD7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.4%

R = 30.04%
G = 44.56%
B = 25.4%

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

#95DD7E (or 0x95DD7E) is known color: Gossip. HEX triplet: 95, DD and 7E. RGB value is (149,221,126). Sum of RGB (Red+Green+Blue) = 149+221+126=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #95DD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DD7E is #6A2281. Grayscale: #BCBCBC. Windows color (decimal): -6955650 or 8314261. OLE color: 8314261.

HSL color Cylindrical-coordinate representation of color #95DD7E: hue angle of 105.47º degrees, saturation: 0.58, 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 #95DD7E is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 221 126 -
CMYK 0.33 0 0.43 0.13
HSL 105.47º 0.58% 0.68% -
HSV(B) 105.47º 0.43% 0.87% -
XYZ 42.02 59.61 29.03 -
YUV 188.64 92.65 99.72 -
System Red Green Blue C M Y K H S L
Decimal 149 221 126 0.33 0 0.43 0.13 105.47 0.58 0.68
Hex 95 DD 7E 21 0 2B D 69 3A 44
Octal 225 335 176 41 0 53 15 151 72 104
Binary 10010101 11011101 1111110 100001 0 101011 1101 1101001 111010 1000100

Color Harmonies of #95DD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DD7E

Black with #95DD7E

Text Example


Text Example

White with #95DD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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