#52F585

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

Shades of Screamin' Green #52F585

Tints of Screamin' Green #52F585

Color information

#52F585 (or 0x52F585) is unknown color: approx Screamin' Green. HEX triplet: 52, F5 and 85. RGB value is (82,245,133). Sum of RGB (Red+Green+Blue) = 82+245+133=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 245 (96.09% from 255 or 53.26% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 245 - color contains mainly: green. Hex color #52F585 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F585 is #AD0A7A. Grayscale: #B7B7B7. Windows color (decimal): -11340411 or 8779090. OLE color: 8779090.

HSL color Cylindrical-coordinate representation of color #52F585: hue angle of 138.77º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F585 is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB82245133-
CMYK0.6700.460.04
HSL138.77º89.07%64.12%-
HSV(B)138.77º66.53%96.08%-
XYZ40.3768.7933.34-
YUV183.599.555.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.83%
GREEN value IS 245 (96.09% from 255) = 53.26%
BLUE value IS 133 (52.34% from 255) = 28.91%
R=17.83%
G=53.26%
B=28.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal822451330.6700.460.04138.7789.0764.12
Hex52F5854302E48b5940
Octal1223652051030564213131100
Binary10100101111010110000101100001101011101001000101110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,245,133); }

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

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

 a { background-color: rgb(82,245,133); }

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

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

 span { border-color: rgb(82,245,133); }

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