Html Css Color HEX #95DB7F Gossip

📋 copy color: '#95DB7F'

red 149 ◦ green 219 ◦ blue 127

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

Shades of Gossip #95DB7F

Tints of Gossip #95DB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.66%

R = 30.1%
G = 44.24%
B = 25.66%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#95DB7F (or 0x95DB7F) is known color: Gossip. HEX triplet: 95, DB and 7F. RGB value is (149,219,127). Sum of RGB (Red+Green+Blue) = 149+219+127=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DB7F is #6A2480. Grayscale: #BBBBBB. Windows color (decimal): -6956161 or 8379285. OLE color: 8379285.

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

Color convert

RGB 149 219 127 -
CMYK 0.32 0 0.42 0.14
HSL 105.65º 0.56% 0.68% -
HSV(B) 105.65º 0.42% 0.86% -
XYZ 41.56 58.58 29.2 -
YUV 187.58 93.81 100.48 -
System Red Green Blue C M Y K H S L
Decimal 149 219 127 0.32 0 0.42 0.14 105.65 0.56 0.68
Hex 95 DB 7F 20 0 2A E 6A 38 44
Octal 225 333 177 40 0 52 16 152 70 104
Binary 10010101 11011011 1111111 100000 0 101010 1110 1101010 111000 1000100

Color Harmonies of #95DB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DB7F

Black with #95DB7F

Text Example


Text Example

White with #95DB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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