#52FC8B

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

Shades of Screamin' Green #52FC8B

Tints of Screamin' Green #52FC8B

Color information

#52FC8B (or 0x52FC8B) is unknown color: approx Screamin' Green. HEX triplet: 52, FC and 8B. RGB value is (82,252,139). Sum of RGB (Red+Green+Blue) = 82+252+139=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 252 (98.83% from 255 or 53.28% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 252 - color contains mainly: green. Hex color #52FC8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FC8B is #AD0374. Grayscale: #BCBCBC. Windows color (decimal): -11338613 or 9174098. OLE color: 9174098.

HSL color Cylindrical-coordinate representation of color #52FC8B: hue angle of 140.12º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FC8B is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB82252139-
CMYK0.6700.450.01
HSL140.12º96.59%65.49%-
HSV(B)140.12º67.46%98.82%-
XYZ42.9573.2836.31-
YUV188.29100.1852.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.34%
GREEN value IS 252 (98.83% from 255) = 53.28%
BLUE value IS 139 (54.69% from 255) = 29.39%
R=17.34%
G=53.28%
B=29.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal822521390.6700.450.01140.1296.5965.49
Hex52FC8B4302D18c6141
Octal1223742131030551214141101
Binary101001011111100100010111000011010110111000110011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52FC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,252,139); }

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

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

 a { background-color: rgb(82,252,139); }

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

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

 span { border-color: rgb(82,252,139); }

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