#52FE75

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

Shades of Screamin' Green #52FE75

Tints of Screamin' Green #52FE75

Color information

#52FE75 (or 0x52FE75) is unknown color: approx Screamin' Green. HEX triplet: 52, FE and 75. RGB value is (82,254,117). Sum of RGB (Red+Green+Blue) = 82+254+117=453 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.10% from 453); Green value is 254 (99.61% from 255 or 56.07% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 254 - color contains mainly: green. Hex color #52FE75 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52FE75 is #AD018A. Grayscale: #BBBBBB. Windows color (decimal): -11338123 or 7732818. OLE color: 7732818.

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

Color convert

RGB82254117-
CMYK0.6800.540.00
HSL132.21º98.85%65.88%-
HSV(B)132.21º67.72%99.61%-
XYZ42.1373.9628.89-
YUV186.9588.5253.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.10%
GREEN value IS 254 (99.61% from 255) = 56.07%
BLUE value IS 117 (46.09% from 255) = 25.83%
R=18.10%
G=56.07%
B=25.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal822541170.6800.540.00132.2198.8565.88
Hex52FE75440360846342
Octal1223761651040660204143102
Binary10100101111111011101011000100011011001000010011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52FE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,254,117); }

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

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

 a { background-color: rgb(82,254,117); }

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

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

 span { border-color: rgb(82,254,117); }

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