#52F74D

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

Shades of Screamin' Green #52F74D

Tints of Screamin' Green #52F74D

Color information

#52F74D (or 0x52F74D) is unknown color: approx Screamin' Green. HEX triplet: 52, F7 and 4D. RGB value is (82,247,77). Sum of RGB (Red+Green+Blue) = 82+247+77=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 247 (96.88% from 255 or 60.84% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 247 - color contains mainly: green. Hex color #52F74D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F74D is #AD08B2. Grayscale: #B2B2B2. Windows color (decimal): -11339955 or 5109586. OLE color: 5109586.

HSL color Cylindrical-coordinate representation of color #52F74D: hue angle of 118.24º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52F74D is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB8224777-
CMYK0.6700.690.03
HSL118.24º91.4%63.53%-
HSV(B)118.24º68.83%96.86%-
XYZ38.0868.8518.3-
YUV178.2870.8459.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.20%
GREEN value IS 247 (96.88% from 255) = 60.84%
BLUE value IS 77 (30.47% from 255) = 18.97%
R=20.20%
G=60.84%
B=18.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal82247770.6700.690.03118.2491.463.53
Hex52F74D430453765b40
Octal12236711510301053166133100
Binary101001011110111100110110000110100010111111011010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,247,77); }

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

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

 a { background-color: rgb(82,247,77); }

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

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

 span { border-color: rgb(82,247,77); }

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