#53F248

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

Shades of Screamin' Green #53F248

Tints of Screamin' Green #53F248

Color information

#53F248 (or 0x53F248) is unknown color: approx Screamin' Green. HEX triplet: 53, F2 and 48. RGB value is (83,242,72). Sum of RGB (Red+Green+Blue) = 83+242+72=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 242 (94.92% from 255 or 60.96% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 242 - color contains mainly: green. Hex color #53F248 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53F248 is #AC0DB7. Grayscale: #AFAFAF. Windows color (decimal): -11275704 or 4780627. OLE color: 4780627.

HSL color Cylindrical-coordinate representation of color #53F248: hue angle of 116.12º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53F248 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB8324272-
CMYK0.6600.700.05
HSL116.12º86.73%61.57%-
HSV(B)116.12º70.25%94.9%-
XYZ36.4965.8116.91-
YUV175.0869.8262.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.91%
GREEN value IS 242 (94.92% from 255) = 60.96%
BLUE value IS 72 (28.52% from 255) = 18.14%
R=20.91%
G=60.96%
B=18.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal83242720.6600.700.05116.1286.7361.57
Hex53F24842046574573e
Octal1233621101020106516412776
Binary101001111110010100100010000100100011010111101001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,242,72); }

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

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

 a { background-color: rgb(83,242,72); }

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

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

 span { border-color: rgb(83,242,72); }

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