Html Css Color HEX #95DB68 Gossip

📋 copy color: '#95DB68'

red 149 ◦ green 219 ◦ blue 104

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

Shades of Gossip #95DB68

Tints of Gossip #95DB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.03%

R = 31.57%
G = 46.4%
B = 22.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#95DB68 (or 0x95DB68) is known color: Gossip. HEX triplet: 95, DB and 68. RGB value is (149,219,104). Sum of RGB (Red+Green+Blue) = 149+219+104=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DB68 is #6A2497. Grayscale: #B9B9B9. Windows color (decimal): -6956184 or 6871957. OLE color: 6871957.

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

Color convert

RGB 149 219 104 -
CMYK 0.32 0 0.53 0.14
HSL 96.52º 0.61% 0.63% -
HSV(B) 96.52º 0.53% 0.86% -
XYZ 40.22 58.05 22.18 -
YUV 184.96 82.31 102.35 -
System Red Green Blue C M Y K H S L
Decimal 149 219 104 0.32 0 0.53 0.14 96.52 0.61 0.63
Hex 95 DB 68 20 0 35 E 61 3D 3F
Octal 225 333 150 40 0 65 16 141 75 77
Binary 10010101 11011011 1101000 100000 0 110101 1110 1100001 111101 111111

Color Harmonies of #95DB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DB68

Black with #95DB68

Text Example


Text Example

White with #95DB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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