Html Css Color HEX #95D17F Gossip

📋 copy color: '#95D17F'

red 149 ◦ green 209 ◦ blue 127

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

Shades of Gossip #95D17F

Tints of Gossip #95D17F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.09%

 BLUE value IS 127 (50% from 255) = 26.19%

R = 30.72%
G = 43.09%
B = 26.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#95D17F (or 0x95D17F) is known color: Gossip. HEX triplet: 95, D1 and 7F. RGB value is (149,209,127). Sum of RGB (Red+Green+Blue) = 149+209+127=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 209 - color contains mainly: green. Hex color #95D17F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D17F is #6A2E80. Grayscale: #B5B5B5. Windows color (decimal): -6958721 or 8376725. OLE color: 8376725.

HSL color Cylindrical-coordinate representation of color #95D17F: hue angle of 103.9º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95D17F is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 209 127 -
CMYK 0.29 0 0.39 0.18
HSL 103.9º 0.47% 0.66% -
HSV(B) 103.9º 0.39% 0.82% -
XYZ 39.03 53.52 28.35 -
YUV 181.71 97.12 104.67 -
System Red Green Blue C M Y K H S L
Decimal 149 209 127 0.29 0 0.39 0.18 103.9 0.47 0.66
Hex 95 D1 7F 1D 0 27 12 68 2F 42
Octal 225 321 177 35 0 47 22 150 57 102
Binary 10010101 11010001 1111111 11101 0 100111 10010 1101000 101111 1000010

Color Harmonies of #95D17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D17F

Black with #95D17F

Text Example


Text Example

White with #95D17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,209,127); }

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

background-color css

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

 a { background-color: rgb(149,209,127); }

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

border-color css

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

 span { border-color: rgb(149,209,127); }

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