Html Css Color HEX #90D480 Gossip

📋 copy color: '#90D480'

red 144 ◦ green 212 ◦ blue 128

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

Shades of Gossip #90D480

Tints of Gossip #90D480

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.8%

 BLUE value IS 128 (50.39% from 255) = 26.45%

R = 29.75%
G = 43.8%
B = 26.45%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#90D480 (or 0x90D480) is known color: Gossip. HEX triplet: 90, D4 and 80. RGB value is (144,212,128). Sum of RGB (Red+Green+Blue) = 144+212+128=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 212 - color contains mainly: green. Hex color #90D480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D480 is #6F2B7F. Grayscale: #B6B6B6. Windows color (decimal): -7285632 or 8443024. OLE color: 8443024.

HSL color Cylindrical-coordinate representation of color #90D480: hue angle of 108.57º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90D480 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 144 212 128 -
CMYK 0.32 0 0.40 0.17
HSL 108.57º 0.49% 0.67% -
HSV(B) 108.57º 0.4% 0.83% -
XYZ 38.94 54.57 28.9 -
YUV 182.09 97.47 100.83 -
System Red Green Blue C M Y K H S L
Decimal 144 212 128 0.32 0 0.40 0.17 108.57 0.49 0.67
Hex 90 D4 80 20 0 28 11 6D 31 43
Octal 220 324 200 40 0 50 21 155 61 103
Binary 10010000 11010100 10000000 100000 0 101000 10001 1101101 110001 1000011

Color Harmonies of #90D480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D480

Black with #90D480

Text Example


Text Example

White with #90D480

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,212,128); }

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

background-color css

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

 a { background-color: rgb(144,212,128); }

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

border-color css

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

 span { border-color: rgb(144,212,128); }

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