#52FB7A

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

Shades of Screamin' Green #52FB7A

Tints of Screamin' Green #52FB7A

Color information

#52FB7A (or 0x52FB7A) is unknown color: approx Screamin' Green. HEX triplet: 52, FB and 7A. RGB value is (82,251,122). Sum of RGB (Red+Green+Blue) = 82+251+122=455 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.02% from 455); Green value is 251 (98.44% from 255 or 55.16% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 251 - color contains mainly: green. Hex color #52FB7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52FB7A is #AD0485. Grayscale: #BABABA. Windows color (decimal): -11338886 or 8059730. OLE color: 8059730.

HSL color Cylindrical-coordinate representation of color #52FB7A: hue angle of 134.2º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FB7A is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB82251122-
CMYK0.6700.510.02
HSL134.2º95.48%65.29%-
HSV(B)134.2º67.33%98.43%-
XYZ41.4972.1930.16-
YUV185.7692.0153.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.02%
GREEN value IS 251 (98.44% from 255) = 55.16%
BLUE value IS 122 (48.05% from 255) = 26.81%
R=18.02%
G=55.16%
B=26.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal822511220.6700.510.02134.295.4865.29
Hex52FB7A430332865f41
Octal1223731721030632206137101
Binary101001011111011111101010000110110011101000011010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52FB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,251,122); }

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

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

 a { background-color: rgb(82,251,122); }

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

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

 span { border-color: rgb(82,251,122); }

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