Html Css Color HEX #95DC70 Gossip

📋 copy color: '#95DC70'

red 149 ◦ green 220 ◦ blue 112

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

Shades of Gossip #95DC70

Tints of Gossip #95DC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.28%

R = 30.98%
G = 45.74%
B = 23.28%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#95DC70 (or 0x95DC70) is known color: Gossip. HEX triplet: 95, DC and 70. RGB value is (149,220,112). Sum of RGB (Red+Green+Blue) = 149+220+112=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #95DC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DC70 is #6A238F. Grayscale: #BABABA. Windows color (decimal): -6955920 or 7396501. OLE color: 7396501.

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

Color convert

RGB 149 220 112 -
CMYK 0.32 0 0.49 0.14
HSL 99.44º 0.61% 0.65% -
HSV(B) 99.44º 0.49% 0.86% -
XYZ 40.91 58.75 24.51 -
YUV 186.46 85.98 101.28 -
System Red Green Blue C M Y K H S L
Decimal 149 220 112 0.32 0 0.49 0.14 99.44 0.61 0.65
Hex 95 DC 70 20 0 31 E 63 3D 41
Octal 225 334 160 40 0 61 16 143 75 101
Binary 10010101 11011100 1110000 100000 0 110001 1110 1100011 111101 1000001

Color Harmonies of #95DC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DC70

Black with #95DC70

Text Example


Text Example

White with #95DC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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