Html Css Color HEX #95D57D Gossip

📋 copy color: '#95D57D'

red 149 ◦ green 213 ◦ blue 125

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

Shades of Gossip #95D57D

Tints of Gossip #95D57D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.74%

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

R = 30.6%
G = 43.74%
B = 25.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#95D57D (or 0x95D57D) is known color: Gossip. HEX triplet: 95, D5 and 7D. RGB value is (149,213,125). Sum of RGB (Red+Green+Blue) = 149+213+125=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 213 - color contains mainly: green. Hex color #95D57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D57D is #6A2A82. Grayscale: #B8B8B8. Windows color (decimal): -6957699 or 8246677. OLE color: 8246677.

HSL color Cylindrical-coordinate representation of color #95D57D: hue angle of 103.64º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95D57D is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 213 125 -
CMYK 0.30 0 0.41 0.16
HSL 103.64º 0.51% 0.66% -
HSV(B) 103.64º 0.41% 0.84% -
XYZ 39.89 55.46 28 -
YUV 183.83 94.8 103.16 -
System Red Green Blue C M Y K H S L
Decimal 149 213 125 0.30 0 0.41 0.16 103.64 0.51 0.66
Hex 95 D5 7D 1E 0 29 10 68 33 42
Octal 225 325 175 36 0 51 20 150 63 102
Binary 10010101 11010101 1111101 11110 0 101001 10000 1101000 110011 1000010

Color Harmonies of #95D57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D57D

Black with #95D57D

Text Example


Text Example

White with #95D57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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