#52FD40

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

Shades of Screamin' Green #52FD40

Tints of Screamin' Green #52FD40

Color information

#52FD40 (or 0x52FD40) is unknown color: approx Screamin' Green. HEX triplet: 52, FD and 40. RGB value is (82,253,64). Sum of RGB (Red+Green+Blue) = 82+253+64=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 253 (99.22% from 255 or 63.41% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 253 - color contains mainly: green. Hex color #52FD40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52FD40 is #AD02BF. Grayscale: #B4B4B4. Windows color (decimal): -11338432 or 4259154. OLE color: 4259154.

HSL color Cylindrical-coordinate representation of color #52FD40: hue angle of 114.29º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52FD40 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB8225364-
CMYK0.6800.750.01
HSL114.29º97.93%62.16%-
HSV(B)114.29º74.7%99.22%-
XYZ39.5372.4116.74-
YUV180.3262.3557.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.55%
GREEN value IS 253 (99.22% from 255) = 63.41%
BLUE value IS 64 (25.39% from 255) = 16.04%
R=20.55%
G=63.41%
B=16.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal82253640.6800.750.01114.2997.9362.16
Hex52FD404404B172623e
Octal1223751001040113116214276
Binary1010010111111011000000100010001001011111100101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52FD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,253,64); }

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

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

 a { background-color: rgb(82,253,64); }

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

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

 span { border-color: rgb(82,253,64); }

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