Html Css Color HEX #95DC65 Gossip

📋 copy color: '#95DC65'

red 149 ◦ green 220 ◦ blue 101

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

Shades of Gossip #95DC65

Tints of Gossip #95DC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.49%

R = 31.7%
G = 46.81%
B = 21.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#95DC65 (or 0x95DC65) is known color: Gossip. HEX triplet: 95, DC and 65. RGB value is (149,220,101). Sum of RGB (Red+Green+Blue) = 149+220+101=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #95DC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DC65 is #6A239A. Grayscale: #B9B9B9. Windows color (decimal): -6955931 or 6675605. OLE color: 6675605.

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

Color convert

RGB 149 220 101 -
CMYK 0.32 0 0.54 0.14
HSL 95.8º 0.63% 0.63% -
HSV(B) 95.8º 0.54% 0.86% -
XYZ 40.34 58.52 21.48 -
YUV 185.21 80.48 102.18 -
System Red Green Blue C M Y K H S L
Decimal 149 220 101 0.32 0 0.54 0.14 95.8 0.63 0.63
Hex 95 DC 65 20 0 36 E 60 3F 3F
Octal 225 334 145 40 0 66 16 140 77 77
Binary 10010101 11011100 1100101 100000 0 110110 1110 1100000 111111 111111

Color Harmonies of #95DC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DC65

Black with #95DC65

Text Example


Text Example

White with #95DC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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