Html Css Color HEX #95CE7C Gossip

📋 copy color: '#95CE7C'

red 149 ◦ green 206 ◦ blue 124

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

Shades of Gossip #95CE7C

Tints of Gossip #95CE7C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.01%

 BLUE value IS 124 (48.83% from 255) = 25.89%

R = 31.11%
G = 43.01%
B = 25.89%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#95CE7C (or 0x95CE7C) is known color: Gossip. HEX triplet: 95, CE and 7C. RGB value is (149,206,124). Sum of RGB (Red+Green+Blue) = 149+206+124=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CE7C is #6A3183. Grayscale: #B3B3B3. Windows color (decimal): -6959492 or 8179349. OLE color: 8179349.

HSL color Cylindrical-coordinate representation of color #95CE7C: hue angle of 101.71º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95CE7C is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 206 124 -
CMYK 0.28 0 0.40 0.19
HSL 101.71º 0.46% 0.65% -
HSV(B) 101.71º 0.4% 0.81% -
XYZ 38.1 51.99 27.1 -
YUV 179.61 96.62 106.17 -
System Red Green Blue C M Y K H S L
Decimal 149 206 124 0.28 0 0.40 0.19 101.71 0.46 0.65
Hex 95 CE 7C 1C 0 28 13 66 2E 41
Octal 225 316 174 34 0 50 23 146 56 101
Binary 10010101 11001110 1111100 11100 0 101000 10011 1100110 101110 1000001

Color Harmonies of #95CE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CE7C

Black with #95CE7C

Text Example


Text Example

White with #95CE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,206,124); }

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

background-color css

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

 a { background-color: rgb(149,206,124); }

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

border-color css

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

 span { border-color: rgb(149,206,124); }

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