Html Css Color HEX #95DA6D Gossip

📋 copy color: '#95DA6D'

red 149 ◦ green 218 ◦ blue 109

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

Shades of Gossip #95DA6D

Tints of Gossip #95DA6D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.8%

 BLUE value IS 109 (42.97% from 255) = 22.9%

R = 31.3%
G = 45.8%
B = 22.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#95DA6D (or 0x95DA6D) is known color: Gossip. HEX triplet: 95, DA and 6D. RGB value is (149,218,109). Sum of RGB (Red+Green+Blue) = 149+218+109=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #95DA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DA6D is #6A2592. Grayscale: #B9B9B9. Windows color (decimal): -6956435 or 7199381. OLE color: 7199381.

HSL color Cylindrical-coordinate representation of color #95DA6D: hue angle of 97.98º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95DA6D is Cyan = 0.32, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 218 109 -
CMYK 0.32 0 0.5 0.15
HSL 97.98º 0.6% 0.64% -
HSV(B) 97.98º 0.5% 0.85% -
XYZ 40.23 57.64 23.47 -
YUV 184.94 85.14 102.36 -
System Red Green Blue C M Y K H S L
Decimal 149 218 109 0.32 0 0.5 0.15 97.98 0.6 0.64
Hex 95 DA 6D 20 0 32 F 62 3C 40
Octal 225 332 155 40 0 62 17 142 74 100
Binary 10010101 11011010 1101101 100000 0 110010 1111 1100010 111100 1000000

Color Harmonies of #95DA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DA6D

Black with #95DA6D

Text Example


Text Example

White with #95DA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,218,109); }

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

background-color css

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

 a { background-color: rgb(149,218,109); }

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

border-color css

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

 span { border-color: rgb(149,218,109); }

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