#53F13F

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

Shades of Screamin' Green #53F13F

Tints of Screamin' Green #53F13F

Color information

#53F13F (or 0x53F13F) is unknown color: approx Screamin' Green. HEX triplet: 53, F1 and 3F. RGB value is (83,241,63). Sum of RGB (Red+Green+Blue) = 83+241+63=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 241 (94.53% from 255 or 62.27% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 241 - color contains mainly: green. Hex color #53F13F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53F13F is #AC0EC0. Grayscale: #AEAEAE. Windows color (decimal): -11275969 or 4190547. OLE color: 4190547.

HSL color Cylindrical-coordinate representation of color #53F13F: hue angle of 113.26º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53F13F is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB8324163-
CMYK0.6600.740.05
HSL113.26º86.41%59.61%-
HSV(B)113.26º73.86%94.51%-
XYZ35.9265.1115.38-
YUV173.4765.6563.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.45%
GREEN value IS 241 (94.53% from 255) = 62.27%
BLUE value IS 63 (25% from 255) = 16.28%
R=21.45%
G=62.27%
B=16.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal83241630.6600.740.05113.2686.4159.61
Hex53F13F4204A571563c
Octal123361771020112516112674
Binary10100111111000111111110000100100101010111100011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53F13F; }

 p { color: rgb(83,241,63); }

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

<style>
 a { background-color: #53F13F; }

 a { background-color: rgb(83,241,63); }

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

<style>
 span { border-color: #53F13F; }

 span { border-color: rgb(83,241,63); }

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