Html Css Color HEX #95D487 Gossip

📋 copy color: '#95D487'

red 149 ◦ green 212 ◦ blue 135

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

Shades of Gossip #95D487

Tints of Gossip #95D487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.22%

R = 30.04%
G = 42.74%
B = 27.22%

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

#95D487 (or 0x95D487) is known color: Gossip. HEX triplet: 95, D4 and 87. RGB value is (149,212,135). Sum of RGB (Red+Green+Blue) = 149+212+135=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 135 (53.12% from 255 or 27.22% from 496); Max value from RGB is 212 - color contains mainly: green. Hex color #95D487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D487 is #6A2B78. Grayscale: #B8B8B8. Windows color (decimal): -6957945 or 8901781. OLE color: 8901781.

HSL color Cylindrical-coordinate representation of color #95D487: hue angle of 109.09º 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 #95D487 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 212 135 -
CMYK 0.30 0 0.36 0.17
HSL 109.09º 0.47% 0.68% -
HSV(B) 109.09º 0.36% 0.83% -
XYZ 40.31 55.23 31.46 -
YUV 184.39 100.13 102.76 -
System Red Green Blue C M Y K H S L
Decimal 149 212 135 0.30 0 0.36 0.17 109.09 0.47 0.68
Hex 95 D4 87 1E 0 24 11 6D 2F 44
Octal 225 324 207 36 0 44 21 155 57 104
Binary 10010101 11010100 10000111 11110 0 100100 10001 1101101 101111 1000100

Color Harmonies of #95D487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D487

Black with #95D487

Text Example


Text Example

White with #95D487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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