Html Css Color HEX #90D580 Gossip

📋 copy color: '#90D580'

red 144 ◦ green 213 ◦ blue 128

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

Shades of Gossip #90D580

Tints of Gossip #90D580

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.92%

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

R = 29.69%
G = 43.92%
B = 26.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#90D580 (or 0x90D580) is known color: Gossip. HEX triplet: 90, D5 and 80. RGB value is (144,213,128). Sum of RGB (Red+Green+Blue) = 144+213+128=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #90D580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D580 is #6F2A7F. Grayscale: #B6B6B6. Windows color (decimal): -7285376 or 8443280. OLE color: 8443280.

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

Color convert

RGB 144 213 128 -
CMYK 0.32 0 0.40 0.16
HSL 108.71º 0.5% 0.67% -
HSV(B) 108.71º 0.4% 0.84% -
XYZ 39.19 55.08 28.99 -
YUV 182.68 97.14 100.41 -
System Red Green Blue C M Y K H S L
Decimal 144 213 128 0.32 0 0.40 0.16 108.71 0.5 0.67
Hex 90 D5 80 20 0 28 10 6D 32 43
Octal 220 325 200 40 0 50 20 155 62 103
Binary 10010000 11010101 10000000 100000 0 101000 10000 1101101 110010 1000011

Color Harmonies of #90D580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D580

Black with #90D580

Text Example


Text Example

White with #90D580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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