#5AFF70

Color #5AFF70 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #5AFF70

Tints of Screamin' Green #5AFF70

Color information

#5AFF70 (or 0x5AFF70) is unknown color: approx Screamin' Green. HEX triplet: 5A, FF and 70. RGB value is (90,255,112). Sum of RGB (Red+Green+Blue) = 90+255+112=457 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.69% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFF70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AFF70 is #A5008F. Grayscale: #BDBDBD. Windows color (decimal): -10813584 or 7405402. OLE color: 7405402.

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

Color convert

RGB90255112-
CMYK0.6500.560
HSL128º100%67.65%-
HSV(B)128º64.71%100%-
XYZ42.974.8627.52-
YUV189.3684.3457.13-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.69%
GREEN value IS 255 (100% from 255) = 55.80%
BLUE value IS 112 (44.14% from 255) = 24.51%
R=19.69%
G=55.80%
B=24.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal902551120.6500.56012810067.65
Hex5AFF70410380806444
Octal1323771601010700200144104
Binary10110101111111111100001000001011100001000000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AFF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AFF70; }

 p { color: rgb(90,255,112); }

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

<style>
 a { background-color: #5AFF70; }

 a { background-color: rgb(90,255,112); }

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

<style>
 span { border-color: #5AFF70; }

 span { border-color: rgb(90,255,112); }

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