Html Css Color HEX #9DDB7F Gossip

📋 copy color: '#9DDB7F'

red 157 ◦ green 219 ◦ blue 127

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

Shades of Gossip #9DDB7F

Tints of Gossip #9DDB7F

RGB

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

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

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

R = 31.21%
G = 43.54%
B = 25.25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#9DDB7F (or 0x9DDB7F) is known color: Gossip. HEX triplet: 9D, DB and 7F. RGB value is (157,219,127). Sum of RGB (Red+Green+Blue) = 157+219+127=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDB7F is #622480. Grayscale: #BEBEBE. Windows color (decimal): -6431873 or 8379293. OLE color: 8379293.

HSL color Cylindrical-coordinate representation of color #9DDB7F: hue angle of 100.43º 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 #9DDB7F is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 219 127 -
CMYK 0.28 0 0.42 0.14
HSL 100.43º 0.56% 0.68% -
HSV(B) 100.43º 0.42% 0.86% -
XYZ 43.07 59.36 29.27 -
YUV 189.97 92.46 104.48 -
System Red Green Blue C M Y K H S L
Decimal 157 219 127 0.28 0 0.42 0.14 100.43 0.56 0.68
Hex 9D DB 7F 1C 0 2A E 64 38 44
Octal 235 333 177 34 0 52 16 144 70 104
Binary 10011101 11011011 1111111 11100 0 101010 1110 1100100 111000 1000100

Color Harmonies of #9DDB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDB7F

Black with #9DDB7F

Text Example


Text Example

White with #9DDB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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