#52FA3F

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

Shades of Screamin' Green #52FA3F

Tints of Screamin' Green #52FA3F

Color information

#52FA3F (or 0x52FA3F) is unknown color: approx Screamin' Green. HEX triplet: 52, FA and 3F. RGB value is (82,250,63). Sum of RGB (Red+Green+Blue) = 82+250+63=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 250 (98.05% from 255 or 63.29% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 250 - color contains mainly: green. Hex color #52FA3F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52FA3F is #AD05C0. Grayscale: #B3B3B3. Windows color (decimal): -11339201 or 4192850. OLE color: 4192850.

HSL color Cylindrical-coordinate representation of color #52FA3F: hue angle of 113.9º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52FA3F is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB8225063-
CMYK0.6700.750.02
HSL113.9º94.92%61.37%-
HSV(B)113.9º74.8%98.04%-
XYZ38.5670.5216.28-
YUV178.4562.8459.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.76%
GREEN value IS 250 (98.05% from 255) = 63.29%
BLUE value IS 63 (25% from 255) = 15.95%
R=20.76%
G=63.29%
B=15.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal82250630.6700.750.02113.994.9261.37
Hex52FA3F4304B2725f3d
Octal122372771030113216213775
Binary1010010111110101111111000011010010111011100101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52FA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52FA3F; }

 p { color: rgb(82,250,63); }

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

<style>
 a { background-color: #52FA3F; }

 a { background-color: rgb(82,250,63); }

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

<style>
 span { border-color: #52FA3F; }

 span { border-color: rgb(82,250,63); }

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