Html Css Color HEX #90D475 Gossip

📋 copy color: '#90D475'

red 144 ◦ green 212 ◦ blue 117

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

Shades of Gossip #90D475

Tints of Gossip #90D475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.74%

R = 30.44%
G = 44.82%
B = 24.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#90D475 (or 0x90D475) is known color: Gossip. HEX triplet: 90, D4 and 75. RGB value is (144,212,117). Sum of RGB (Red+Green+Blue) = 144+212+117=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 212 - color contains mainly: green. Hex color #90D475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D475 is #6F2B8A. Grayscale: #B5B5B5. Windows color (decimal): -7285643 or 7722128. OLE color: 7722128.

HSL color Cylindrical-coordinate representation of color #90D475: hue angle of 102.95º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #90D475 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 144 212 117 -
CMYK 0.32 0 0.45 0.17
HSL 102.95º 0.52% 0.65% -
HSV(B) 102.95º 0.45% 0.83% -
XYZ 38.26 54.3 25.29 -
YUV 180.84 91.97 101.72 -
System Red Green Blue C M Y K H S L
Decimal 144 212 117 0.32 0 0.45 0.17 102.95 0.52 0.65
Hex 90 D4 75 20 0 2D 11 67 34 41
Octal 220 324 165 40 0 55 21 147 64 101
Binary 10010000 11010100 1110101 100000 0 101101 10001 1100111 110100 1000001

Color Harmonies of #90D475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D475

Black with #90D475

Text Example


Text Example

White with #90D475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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