Html Css Color HEX #9DDF84 Gossip

📋 copy color: '#9DDF84'

red 157 ◦ green 223 ◦ blue 132

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

Shades of Gossip #9DDF84

Tints of Gossip #9DDF84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.78%

R = 30.66%
G = 43.55%
B = 25.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#9DDF84 (or 0x9DDF84) is known color: Gossip. HEX triplet: 9D, DF and 84. RGB value is (157,223,132). Sum of RGB (Red+Green+Blue) = 157+223+132=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDF84 is #62207B. Grayscale: #C1C1C1. Windows color (decimal): -6430844 or 8707997. OLE color: 8707997.

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

Color convert

RGB 157 223 132 -
CMYK 0.30 0 0.41 0.13
HSL 103.52º 0.59% 0.7% -
HSV(B) 103.52º 0.41% 0.87% -
XYZ 44.46 61.61 31.38 -
YUV 192.89 93.63 102.4 -
System Red Green Blue C M Y K H S L
Decimal 157 223 132 0.30 0 0.41 0.13 103.52 0.59 0.7
Hex 9D DF 84 1E 0 29 D 68 3B 46
Octal 235 337 204 36 0 51 15 150 73 106
Binary 10011101 11011111 10000100 11110 0 101001 1101 1101000 111011 1000110

Color Harmonies of #9DDF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDF84

Black with #9DDF84

Text Example


Text Example

White with #9DDF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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