Html Css Color HEX #90DD7D Gossip

📋 copy color: '#90DD7D'

red 144 ◦ green 221 ◦ blue 125

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

Shades of Gossip #90DD7D

Tints of Gossip #90DD7D

RGB

 RED value IS 144 (56.64% from 255) = 29.39%

 GREEN value IS 221 (86.72% from 255) = 45.1%

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

R = 29.39%
G = 45.1%
B = 25.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#90DD7D (or 0x90DD7D) is known color: Gossip. HEX triplet: 90, DD and 7D. RGB value is (144,221,125). Sum of RGB (Red+Green+Blue) = 144+221+125=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #90DD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DD7D is #6F2282. Grayscale: #BBBBBB. Windows color (decimal): -7283331 or 8248720. OLE color: 8248720.

HSL color Cylindrical-coordinate representation of color #90DD7D: hue angle of 108.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90DD7D is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 221 125 -
CMYK 0.35 0 0.43 0.13
HSL 108.13º 0.59% 0.68% -
HSV(B) 108.13º 0.43% 0.87% -
XYZ 41.06 59.12 28.65 -
YUV 187.03 92.99 97.31 -
System Red Green Blue C M Y K H S L
Decimal 144 221 125 0.35 0 0.43 0.13 108.13 0.59 0.68
Hex 90 DD 7D 23 0 2B D 6C 3B 44
Octal 220 335 175 43 0 53 15 154 73 104
Binary 10010000 11011101 1111101 100011 0 101011 1101 1101100 111011 1000100

Color Harmonies of #90DD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DD7D

Black with #90DD7D

Text Example


Text Example

White with #90DD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90DD7D; }

 p { color: rgb(144,221,125); }

 H1.HeaderClassName
 {
   color: #90DD7D;
 }
 .AnyTagClassName
 {
   color: #90DD7D;
 }
</style>

background-color css

<style>
 a { background-color: #90DD7D; }

 a { background-color: rgb(144,221,125); }

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

border-color css

<style>
 span { border-color: #90DD7D; }

 span { border-color: rgb(144,221,125); }

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