#52F380

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

Shades of Screamin' Green #52F380

Tints of Screamin' Green #52F380

Color information

#52F380 (or 0x52F380) is unknown color: approx Screamin' Green. HEX triplet: 52, F3 and 80. RGB value is (82,243,128). Sum of RGB (Red+Green+Blue) = 82+243+128=453 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.10% from 453); Green value is 243 (95.31% from 255 or 53.64% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 243 - color contains mainly: green. Hex color #52F380 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F380 is #AD0C7F. Grayscale: #B6B6B6. Windows color (decimal): -11340928 or 8450898. OLE color: 8450898.

HSL color Cylindrical-coordinate representation of color #52F380: hue angle of 137.14º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F380 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB82243128-
CMYK0.6600.470.05
HSL137.14º87.03%63.73%-
HSV(B)137.14º66.26%95.29%-
XYZ39.4367.4531.36-
YUV181.7597.6656.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.10%
GREEN value IS 243 (95.31% from 255) = 53.64%
BLUE value IS 128 (50.39% from 255) = 28.26%
R=18.10%
G=53.64%
B=28.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal822431280.6600.470.05137.1487.0363.73
Hex52F3804202F5895740
Octal1223632001020575211127100
Binary10100101111001110000000100001001011111011000100110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,243,128); }

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

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

 a { background-color: rgb(82,243,128); }

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

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

 span { border-color: rgb(82,243,128); }

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