Html Css Color HEX #95D471 Gossip

📋 copy color: '#95D471'

red 149 ◦ green 212 ◦ blue 113

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

Shades of Gossip #95D471

Tints of Gossip #95D471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.84%

R = 31.43%
G = 44.73%
B = 23.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#95D471 (or 0x95D471) is known color: Gossip. HEX triplet: 95, D4 and 71. RGB value is (149,212,113). Sum of RGB (Red+Green+Blue) = 149+212+113=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 212 - color contains mainly: green. Hex color #95D471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D471 is #6A2B8E. Grayscale: #B6B6B6. Windows color (decimal): -6957967 or 7459989. OLE color: 7459989.

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

Color convert

RGB 149 212 113 -
CMYK 0.30 0 0.47 0.17
HSL 98.18º 0.54% 0.64% -
HSV(B) 98.18º 0.47% 0.83% -
XYZ 38.92 54.67 24.12 -
YUV 181.88 89.13 104.55 -
System Red Green Blue C M Y K H S L
Decimal 149 212 113 0.30 0 0.47 0.17 98.18 0.54 0.64
Hex 95 D4 71 1E 0 2F 11 62 36 40
Octal 225 324 161 36 0 57 21 142 66 100
Binary 10010101 11010100 1110001 11110 0 101111 10001 1100010 110110 1000000

Color Harmonies of #95D471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D471

Black with #95D471

Text Example


Text Example

White with #95D471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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