#90FA52

Color #90FA52 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #90FA52

Tints of Green Yellow #90FA52

Color information

#90FA52 (or 0x90FA52) is unknown color: approx Green Yellow. HEX triplet: 90, FA and 52. RGB value is (144,250,82). Sum of RGB (Red+Green+Blue) = 144+250+82=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 250 (98.05% from 255 or 52.52% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 250 - color contains mainly: green. Hex color #90FA52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90FA52 is #6F05AD. Grayscale: #C7C7C7. Windows color (decimal): -7275950 or 5438096. OLE color: 5438096.

HSL color Cylindrical-coordinate representation of color #90FA52: hue angle of 97.86º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90FA52 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB14425082-
CMYK0.4200.670.02
HSL97.86º94.38%65.1%-
HSV(B)97.86º67.2%98.04%-
XYZ47.2174.9119.95-
YUV199.1561.8888.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.25%
GREEN value IS 250 (98.05% from 255) = 52.52%
BLUE value IS 82 (32.42% from 255) = 17.23%
R=30.25%
G=52.52%
B=17.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal144250820.4200.670.0297.8694.3865.1
Hex90FA522A0432625e41
Octal2203721225201032142136101
Binary100100001111101010100101010100100001110110001010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,250,82); }

 H1.HeaderClassName
 {
   color: #90FA52;
 }
 .AnyTagClassName
 {
   color: #90FA52;
 }
</style>
background-color css

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

 a { background-color: rgb(144,250,82); }

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

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

 span { border-color: rgb(144,250,82); }

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