#52DE4E

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

Shades of Screamin' Green #52DE4E

Tints of Screamin' Green #52DE4E

Color information

#52DE4E (or 0x52DE4E) is unknown color: approx Screamin' Green. HEX triplet: 52, DE and 4E. RGB value is (82,222,78). Sum of RGB (Red+Green+Blue) = 82+222+78=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 222 (87.11% from 255 or 58.12% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 222 - color contains mainly: green. Hex color #52DE4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DE4E is #AD21B1. Grayscale: #A4A4A4. Windows color (decimal): -11346354 or 5168722. OLE color: 5168722.

HSL color Cylindrical-coordinate representation of color #52DE4E: hue angle of 118.33º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52DE4E is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB8222278-
CMYK0.6300.650.13
HSL118.33º68.57%58.82%-
HSV(B)118.33º64.86%87.06%-
XYZ30.9854.5916.11-
YUV163.7279.6269.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.47%
GREEN value IS 222 (87.11% from 255) = 58.12%
BLUE value IS 78 (30.86% from 255) = 20.42%
R=21.47%
G=58.12%
B=20.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal82222780.6300.650.13118.3368.5758.82
Hex52DE4E3F041D76453b
Octal1223361167701011516610573
Binary101001011011110100111011111101000001110111101101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,222,78); }

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

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

 a { background-color: rgb(82,222,78); }

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

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

 span { border-color: rgb(82,222,78); }

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