Html Css Color HEX #95D488 Gossip

📋 copy color: '#95D488'

red 149 ◦ green 212 ◦ blue 136

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

Shades of Gossip #95D488

Tints of Gossip #95D488

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.66%

 BLUE value IS 136 (53.52% from 255) = 27.36%

R = 29.98%
G = 42.66%
B = 27.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#95D488 (or 0x95D488) is known color: Gossip. HEX triplet: 95, D4 and 88. RGB value is (149,212,136). Sum of RGB (Red+Green+Blue) = 149+212+136=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 212 - color contains mainly: green. Hex color #95D488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D488 is #6A2B77. Grayscale: #B8B8B8. Windows color (decimal): -6957944 or 8967317. OLE color: 8967317.

HSL color Cylindrical-coordinate representation of color #95D488: hue angle of 109.74º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95D488 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 212 136 -
CMYK 0.30 0 0.36 0.17
HSL 109.74º 0.47% 0.68% -
HSV(B) 109.74º 0.36% 0.83% -
XYZ 40.38 55.25 31.83 -
YUV 184.5 100.63 102.68 -
System Red Green Blue C M Y K H S L
Decimal 149 212 136 0.30 0 0.36 0.17 109.74 0.47 0.68
Hex 95 D4 88 1E 0 24 11 6E 2F 44
Octal 225 324 210 36 0 44 21 156 57 104
Binary 10010101 11010100 10001000 11110 0 100100 10001 1101110 101111 1000100

Color Harmonies of #95D488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D488

Black with #95D488

Text Example


Text Example

White with #95D488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,212,136); }

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

background-color css

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

 a { background-color: rgb(149,212,136); }

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

border-color css

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

 span { border-color: rgb(149,212,136); }

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