Html Css Color HEX #90DA73 Gossip

📋 copy color: '#90DA73'

red 144 ◦ green 218 ◦ blue 115

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

Shades of Gossip #90DA73

Tints of Gossip #90DA73

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.7%

 BLUE value IS 115 (45.31% from 255) = 24.11%

R = 30.19%
G = 45.7%
B = 24.11%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#90DA73 (or 0x90DA73) is known color: Gossip. HEX triplet: 90, DA and 73. RGB value is (144,218,115). Sum of RGB (Red+Green+Blue) = 144+218+115=477 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.19% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #90DA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DA73 is #6F258C. Grayscale: #B8B8B8. Windows color (decimal): -7284109 or 7592592. OLE color: 7592592.

HSL color Cylindrical-coordinate representation of color #90DA73: hue angle of 103.11º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90DA73 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 218 115 -
CMYK 0.34 0 0.47 0.15
HSL 103.11º 0.58% 0.65% -
HSV(B) 103.11º 0.47% 0.85% -
XYZ 39.67 57.31 25.19 -
YUV 184.13 88.98 99.38 -
System Red Green Blue C M Y K H S L
Decimal 144 218 115 0.34 0 0.47 0.15 103.11 0.58 0.65
Hex 90 DA 73 22 0 2F F 67 3A 41
Octal 220 332 163 42 0 57 17 147 72 101
Binary 10010000 11011010 1110011 100010 0 101111 1111 1100111 111010 1000001

Color Harmonies of #90DA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DA73

Black with #90DA73

Text Example


Text Example

White with #90DA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,218,115); }

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

background-color css

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

 a { background-color: rgb(144,218,115); }

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

border-color css

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

 span { border-color: rgb(144,218,115); }

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