Html Css Color HEX #95DC6D Gossip

📋 copy color: '#95DC6D'

red 149 ◦ green 220 ◦ blue 109

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

Shades of Gossip #95DC6D

Tints of Gossip #95DC6D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.03%

 BLUE value IS 109 (42.97% from 255) = 22.8%

R = 31.17%
G = 46.03%
B = 22.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#95DC6D (or 0x95DC6D) is known color: Gossip. HEX triplet: 95, DC and 6D. RGB value is (149,220,109). Sum of RGB (Red+Green+Blue) = 149+220+109=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #95DC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DC6D is #6A2392. Grayscale: #BABABA. Windows color (decimal): -6955923 or 7199893. OLE color: 7199893.

HSL color Cylindrical-coordinate representation of color #95DC6D: hue angle of 98.38º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95DC6D is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 220 109 -
CMYK 0.32 0 0.50 0.14
HSL 98.38º 0.61% 0.65% -
HSV(B) 98.38º 0.5% 0.86% -
XYZ 40.75 58.68 23.65 -
YUV 186.12 84.48 101.53 -
System Red Green Blue C M Y K H S L
Decimal 149 220 109 0.32 0 0.50 0.14 98.38 0.61 0.65
Hex 95 DC 6D 20 0 32 E 62 3D 41
Octal 225 334 155 40 0 62 16 142 75 101
Binary 10010101 11011100 1101101 100000 0 110010 1110 1100010 111101 1000001

Color Harmonies of #95DC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DC6D

Black with #95DC6D

Text Example


Text Example

White with #95DC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,220,109); }

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

background-color css

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

 a { background-color: rgb(149,220,109); }

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

border-color css

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

 span { border-color: rgb(149,220,109); }

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