Html Css Color HEX #95DC6C Gossip

📋 copy color: '#95DC6C'

red 149 ◦ green 220 ◦ blue 108

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

Shades of Gossip #95DC6C

Tints of Gossip #95DC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.64%

R = 31.24%
G = 46.12%
B = 22.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#95DC6C (or 0x95DC6C) is known color: Gossip. HEX triplet: 95, DC and 6C. RGB value is (149,220,108). Sum of RGB (Red+Green+Blue) = 149+220+108=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #95DC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DC6C is #6A2393. Grayscale: #BABABA. Windows color (decimal): -6955924 or 7134357. OLE color: 7134357.

HSL color Cylindrical-coordinate representation of color #95DC6C: hue angle of 98.04º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95DC6C is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 220 108 -
CMYK 0.32 0 0.51 0.14
HSL 98.04º 0.62% 0.64% -
HSV(B) 98.04º 0.51% 0.86% -
XYZ 40.69 58.66 23.36 -
YUV 186 83.98 101.61 -
System Red Green Blue C M Y K H S L
Decimal 149 220 108 0.32 0 0.51 0.14 98.04 0.62 0.64
Hex 95 DC 6C 20 0 33 E 62 3E 40
Octal 225 334 154 40 0 63 16 142 76 100
Binary 10010101 11011100 1101100 100000 0 110011 1110 1100010 111110 1000000

Color Harmonies of #95DC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DC6C

Black with #95DC6C

Text Example


Text Example

White with #95DC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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