Html Css Color HEX #95C57E Gossip

📋 copy color: '#95C57E'

red 149 ◦ green 197 ◦ blue 126

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

Shades of Gossip #95C57E

Tints of Gossip #95C57E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.74%

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

R = 31.57%
G = 41.74%
B = 26.69%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#95C57E (or 0x95C57E) is known color: Gossip. HEX triplet: 95, C5 and 7E. RGB value is (149,197,126). Sum of RGB (Red+Green+Blue) = 149+197+126=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 197 - color contains mainly: green. Hex color #95C57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C57E is #6A3A81. Grayscale: #AEAEAE. Windows color (decimal): -6961794 or 8308117. OLE color: 8308117.

HSL color Cylindrical-coordinate representation of color #95C57E: hue angle of 100.56º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95C57E is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 149 197 126 -
CMYK 0.24 0 0.36 0.23
HSL 100.56º 0.38% 0.63% -
HSV(B) 100.56º 0.36% 0.77% -
XYZ 36.13 47.83 27.07 -
YUV 174.55 100.6 109.77 -
System Red Green Blue C M Y K H S L
Decimal 149 197 126 0.24 0 0.36 0.23 100.56 0.38 0.63
Hex 95 C5 7E 18 0 24 17 65 26 3F
Octal 225 305 176 30 0 44 27 145 46 77
Binary 10010101 11000101 1111110 11000 0 100100 10111 1100101 100110 111111

Color Harmonies of #95C57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C57E

Black with #95C57E

Text Example


Text Example

White with #95C57E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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