Html Css Color HEX #95CE7D Gossip

📋 copy color: '#95CE7D'

red 149 ◦ green 206 ◦ blue 125

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

Shades of Gossip #95CE7D

Tints of Gossip #95CE7D

RGB

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

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

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

R = 31.04%
G = 42.92%
B = 26.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#95CE7D (or 0x95CE7D) is known color: Gossip. HEX triplet: 95, CE and 7D. RGB value is (149,206,125). Sum of RGB (Red+Green+Blue) = 149+206+125=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CE7D is #6A3182. Grayscale: #B3B3B3. Windows color (decimal): -6959491 or 8244885. OLE color: 8244885.

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

Color convert

RGB 149 206 125 -
CMYK 0.28 0 0.39 0.19
HSL 102.22º 0.45% 0.65% -
HSV(B) 102.22º 0.39% 0.81% -
XYZ 38.17 52.01 27.43 -
YUV 179.72 97.12 106.09 -
System Red Green Blue C M Y K H S L
Decimal 149 206 125 0.28 0 0.39 0.19 102.22 0.45 0.65
Hex 95 CE 7D 1C 0 27 13 66 2D 41
Octal 225 316 175 34 0 47 23 146 55 101
Binary 10010101 11001110 1111101 11100 0 100111 10011 1100110 101101 1000001

Color Harmonies of #95CE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CE7D

Black with #95CE7D

Text Example


Text Example

White with #95CE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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