Html Css Color HEX #9DDF7C Gossip

📋 copy color: '#9DDF7C'

red 157 ◦ green 223 ◦ blue 124

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

Shades of Gossip #9DDF7C

Tints of Gossip #9DDF7C

RGB

 RED value IS 157 (61.72% from 255) = 31.15%

 GREEN value IS 223 (87.5% from 255) = 44.25%

 BLUE value IS 124 (48.83% from 255) = 24.6%

R = 31.15%
G = 44.25%
B = 24.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#9DDF7C (or 0x9DDF7C) is known color: Gossip. HEX triplet: 9D, DF and 7C. RGB value is (157,223,124). Sum of RGB (Red+Green+Blue) = 157+223+124=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDF7C is #622083. Grayscale: #C0C0C0. Windows color (decimal): -6430852 or 8183709. OLE color: 8183709.

HSL color Cylindrical-coordinate representation of color #9DDF7C: hue angle of 100º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DDF7C is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 223 124 -
CMYK 0.30 0 0.44 0.13
HSL 100º 0.61% 0.68% -
HSV(B) 100º 0.44% 0.87% -
XYZ 43.93 61.4 28.6 -
YUV 191.98 89.63 103.05 -
System Red Green Blue C M Y K H S L
Decimal 157 223 124 0.30 0 0.44 0.13 100 0.61 0.68
Hex 9D DF 7C 1E 0 2C D 64 3D 44
Octal 235 337 174 36 0 54 15 144 75 104
Binary 10011101 11011111 1111100 11110 0 101100 1101 1100100 111101 1000100

Color Harmonies of #9DDF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDF7C

Black with #9DDF7C

Text Example


Text Example

White with #9DDF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DDF7C; }

 p { color: rgb(157,223,124); }

 H1.HeaderClassName
 {
   color: #9DDF7C;
 }
 .AnyTagClassName
 {
   color: #9DDF7C;
 }
</style>

background-color css

<style>
 a { background-color: #9DDF7C; }

 a { background-color: rgb(157,223,124); }

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

border-color css

<style>
 span { border-color: #9DDF7C; }

 span { border-color: rgb(157,223,124); }

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