Html Css Color HEX #95D56F Gossip

📋 copy color: '#95D56F'

red 149 ◦ green 213 ◦ blue 111

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

Shades of Gossip #95D56F

Tints of Gossip #95D56F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.03%

 BLUE value IS 111 (43.75% from 255) = 23.47%

R = 31.5%
G = 45.03%
B = 23.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#95D56F (or 0x95D56F) is known color: Gossip. HEX triplet: 95, D5 and 6F. RGB value is (149,213,111). Sum of RGB (Red+Green+Blue) = 149+213+111=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #95D56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D56F is #6A2A90. Grayscale: #B6B6B6. Windows color (decimal): -6957713 or 7329173. OLE color: 7329173.

HSL color Cylindrical-coordinate representation of color #95D56F: hue angle of 97.65º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95D56F is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 213 111 -
CMYK 0.30 0 0.48 0.16
HSL 97.65º 0.55% 0.64% -
HSV(B) 97.65º 0.48% 0.84% -
XYZ 39.06 55.13 23.62 -
YUV 182.24 87.8 104.29 -
System Red Green Blue C M Y K H S L
Decimal 149 213 111 0.30 0 0.48 0.16 97.65 0.55 0.64
Hex 95 D5 6F 1E 0 30 10 62 37 40
Octal 225 325 157 36 0 60 20 142 67 100
Binary 10010101 11010101 1101111 11110 0 110000 10000 1100010 110111 1000000

Color Harmonies of #95D56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D56F

Black with #95D56F

Text Example


Text Example

White with #95D56F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,213,111); }

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

background-color css

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

 a { background-color: rgb(149,213,111); }

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

border-color css

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

 span { border-color: rgb(149,213,111); }

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