Html Css Color HEX #9DDF7F Gossip

📋 copy color: '#9DDF7F'

red 157 ◦ green 223 ◦ blue 127

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

Shades of Gossip #9DDF7F

Tints of Gossip #9DDF7F

RGB

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

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

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

R = 30.97%
G = 43.98%
B = 25.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#9DDF7F (or 0x9DDF7F) is known color: Gossip. HEX triplet: 9D, DF and 7F. RGB value is (157,223,127). Sum of RGB (Red+Green+Blue) = 157+223+127=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDF7F is #622080. Grayscale: #C0C0C0. Windows color (decimal): -6430849 or 8380317. OLE color: 8380317.

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

Color convert

RGB 157 223 127 -
CMYK 0.30 0 0.43 0.13
HSL 101.25º 0.6% 0.69% -
HSV(B) 101.25º 0.43% 0.87% -
XYZ 44.12 61.48 29.62 -
YUV 192.32 91.13 102.81 -
System Red Green Blue C M Y K H S L
Decimal 157 223 127 0.30 0 0.43 0.13 101.25 0.6 0.69
Hex 9D DF 7F 1E 0 2B D 65 3C 45
Octal 235 337 177 36 0 53 15 145 74 105
Binary 10011101 11011111 1111111 11110 0 101011 1101 1100101 111100 1000101

Color Harmonies of #9DDF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDF7F

Black with #9DDF7F

Text Example


Text Example

White with #9DDF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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