#5AF385

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

Shades of Screamin' Green #5AF385

Tints of Screamin' Green #5AF385

Color information

#5AF385 (or 0x5AF385) is unknown color: approx Screamin' Green. HEX triplet: 5A, F3 and 85. RGB value is (90,243,133). Sum of RGB (Red+Green+Blue) = 90+243+133=466 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.31% from 466); Green value is 243 (95.31% from 255 or 52.15% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF385 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF385 is #A50C7A. Grayscale: #B9B9B9. Windows color (decimal): -10816635 or 8778586. OLE color: 8778586.

HSL color Cylindrical-coordinate representation of color #5AF385: hue angle of 136.86º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF385 is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB90243133-
CMYK0.6300.450.05
HSL136.86º86.44%65.29%-
HSV(B)136.86º62.96%95.29%-
XYZ40.567.9733.17-
YUV184.7198.8160.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.31%
GREEN value IS 243 (95.31% from 255) = 52.15%
BLUE value IS 133 (52.34% from 255) = 28.54%
R=19.31%
G=52.15%
B=28.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal902431330.6300.450.05136.8686.4465.29
Hex5AF3853F02D5895641
Octal132363205770555211126101
Binary1011010111100111000010111111101011011011000100110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,243,133); }

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

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

 a { background-color: rgb(90,243,133); }

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

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

 span { border-color: rgb(90,243,133); }

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