#52FD78

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

Shades of Screamin' Green #52FD78

Tints of Screamin' Green #52FD78

Color information

#52FD78 (or 0x52FD78) is unknown color: approx Screamin' Green. HEX triplet: 52, FD and 78. RGB value is (82,253,120). Sum of RGB (Red+Green+Blue) = 82+253+120=455 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.02% from 455); Green value is 253 (99.22% from 255 or 55.60% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 253 - color contains mainly: green. Hex color #52FD78 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52FD78 is #AD0287. Grayscale: #BBBBBB. Windows color (decimal): -11338376 or 7929170. OLE color: 7929170.

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

Color convert

RGB82253120-
CMYK0.6800.530.01
HSL133.33º97.71%65.69%-
HSV(B)133.33º67.59%99.22%-
XYZ4273.429.72-
YUV186.7190.3553.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.02%
GREEN value IS 253 (99.22% from 255) = 55.60%
BLUE value IS 120 (47.27% from 255) = 26.37%
R=18.02%
G=55.60%
B=26.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal822531200.6800.530.01133.3397.7165.69
Hex52FD78440351856242
Octal1223751701040651205142102
Binary10100101111110111110001000100011010111000010111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52FD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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