Html Css Color HEX #90E572 Gossip

📋 copy color: '#90E572'

red 144 ◦ green 229 ◦ blue 114

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

Shades of Gossip #90E572

Tints of Gossip #90E572

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.02%

 BLUE value IS 114 (44.92% from 255) = 23.41%

R = 29.57%
G = 47.02%
B = 23.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#90E572 (or 0x90E572) is known color: Gossip. HEX triplet: 90, E5 and 72. RGB value is (144,229,114). Sum of RGB (Red+Green+Blue) = 144+229+114=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 229 - color contains mainly: green. Hex color #90E572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90E572 is #6F1A8D. Grayscale: #BEBEBE. Windows color (decimal): -7281294 or 7529872. OLE color: 7529872.

HSL color Cylindrical-coordinate representation of color #90E572: hue angle of 104.35º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #90E572 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 144 229 114 -
CMYK 0.37 0 0.50 0.10
HSL 104.35º 0.69% 0.67% -
HSV(B) 104.35º 0.5% 0.9% -
XYZ 42.56 63.18 25.87 -
YUV 190.48 84.84 94.85 -
System Red Green Blue C M Y K H S L
Decimal 144 229 114 0.37 0 0.50 0.10 104.35 0.69 0.67
Hex 90 E5 72 25 0 32 A 68 45 43
Octal 220 345 162 45 0 62 12 150 105 103
Binary 10010000 11100101 1110010 100101 0 110010 1010 1101000 1000101 1000011

Color Harmonies of #90E572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90E572

Black with #90E572

Text Example


Text Example

White with #90E572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,229,114); }

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

background-color css

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

 a { background-color: rgb(144,229,114); }

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

border-color css

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

 span { border-color: rgb(144,229,114); }

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