#90FF52

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

Shades of Green Yellow #90FF52

Tints of Green Yellow #90FF52

Color information

#90FF52 (or 0x90FF52) is unknown color: approx Green Yellow. HEX triplet: 90, FF and 52. RGB value is (144,255,82). Sum of RGB (Red+Green+Blue) = 144+255+82=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #90FF52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90FF52 is #6F00AD. Grayscale: #CACACA. Windows color (decimal): -7274670 or 5439376. OLE color: 5439376.

HSL color Cylindrical-coordinate representation of color #90FF52: hue angle of 98.5º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90FF52 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.

Color convert

RGB14425582-
CMYK0.4400.680
HSL98.5º100%66.08%-
HSV(B)98.5º67.84%100%-
XYZ48.7878.0620.48-
YUV202.0960.2386.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.94%
GREEN value IS 255 (100% from 255) = 53.01%
BLUE value IS 82 (32.42% from 255) = 17.05%
R=29.94%
G=53.01%
B=17.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal144255820.4400.68098.510066.08
Hex90FF522C0440626442
Octal2203771225401040142144102
Binary10010000111111111010010101100010001000110001011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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