Html Css Color HEX #9CDF7D Gossip

📋 copy color: '#9CDF7D'

red 156 ◦ green 223 ◦ blue 125

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

Shades of Gossip #9CDF7D

Tints of Gossip #9CDF7D

RGB

 RED value IS 156 (61.33% from 255) = 30.95%

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

 BLUE value IS 125 (49.22% from 255) = 24.8%

R = 30.95%
G = 44.25%
B = 24.8%

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

#9CDF7D (or 0x9CDF7D) is known color: Gossip. HEX triplet: 9C, DF and 7D. RGB value is (156,223,125). Sum of RGB (Red+Green+Blue) = 156+223+125=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDF7D is #632082. Grayscale: #C0C0C0. Windows color (decimal): -6496387 or 8249244. OLE color: 8249244.

HSL color Cylindrical-coordinate representation of color #9CDF7D: hue angle of 101.02º degrees, saturation: 0.6, 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 #9CDF7D is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 223 125 -
CMYK 0.30 0 0.44 0.13
HSL 101.02º 0.6% 0.68% -
HSV(B) 101.02º 0.44% 0.87% -
XYZ 43.8 61.32 28.93 -
YUV 191.8 90.3 102.47 -
System Red Green Blue C M Y K H S L
Decimal 156 223 125 0.30 0 0.44 0.13 101.02 0.6 0.68
Hex 9C DF 7D 1E 0 2C D 65 3C 44
Octal 234 337 175 36 0 54 15 145 74 104
Binary 10011100 11011111 1111101 11110 0 101100 1101 1100101 111100 1000100

Color Harmonies of #9CDF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDF7D

Black with #9CDF7D

Text Example


Text Example

White with #9CDF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,223,125); }

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

background-color css

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

 a { background-color: rgb(156,223,125); }

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

border-color css

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

 span { border-color: rgb(156,223,125); }

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