Html Css Color HEX #95DB6C Gossip

📋 copy color: '#95DB6C'

red 149 ◦ green 219 ◦ blue 108

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

Shades of Gossip #95DB6C

Tints of Gossip #95DB6C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.01%

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

R = 31.3%
G = 46.01%
B = 22.69%

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

#95DB6C (or 0x95DB6C) is known color: Gossip. HEX triplet: 95, DB and 6C. RGB value is (149,219,108). Sum of RGB (Red+Green+Blue) = 149+219+108=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DB6C is #6A2493. Grayscale: #B9B9B9. Windows color (decimal): -6956180 or 7134101. OLE color: 7134101.

HSL color Cylindrical-coordinate representation of color #95DB6C: hue angle of 97.84º degrees, saturation: 0.61, 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 #95DB6C is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 219 108 -
CMYK 0.32 0 0.51 0.14
HSL 97.84º 0.61% 0.64% -
HSV(B) 97.84º 0.51% 0.86% -
XYZ 40.43 58.14 23.28 -
YUV 185.42 84.31 102.03 -
System Red Green Blue C M Y K H S L
Decimal 149 219 108 0.32 0 0.51 0.14 97.84 0.61 0.64
Hex 95 DB 6C 20 0 33 E 62 3D 40
Octal 225 333 154 40 0 63 16 142 75 100
Binary 10010101 11011011 1101100 100000 0 110011 1110 1100010 111101 1000000

Color Harmonies of #95DB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DB6C

Black with #95DB6C

Text Example


Text Example

White with #95DB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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