#52F736

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

Shades of Screamin' Green #52F736

Tints of Screamin' Green #52F736

Color information

#52F736 (or 0x52F736) is unknown color: approx Screamin' Green. HEX triplet: 52, F7 and 36. RGB value is (82,247,54). Sum of RGB (Red+Green+Blue) = 82+247+54=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 247 (96.88% from 255 or 64.49% from 383); Blue value is 54 (21.48% from 255 or 14.10% from 383); Max value from RGB is 247 - color contains mainly: green. Hex color #52F736 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F736 is #AD08C9. Grayscale: #B0B0B0. Windows color (decimal): -11339978 or 3602258. OLE color: 3602258.

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

Color convert

RGB8224754-
CMYK0.6700.780.03
HSL111.3º92.34%59.02%-
HSV(B)111.3º78.14%96.86%-
XYZ37.4168.5814.76-
YUV175.6659.3461.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.41%
GREEN value IS 247 (96.88% from 255) = 64.49%
BLUE value IS 54 (21.48% from 255) = 14.10%
R=21.41%
G=64.49%
B=14.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal82247540.6700.780.03111.392.3459.02
Hex52F7364304E36f5c3b
Octal122367661030116315713473
Binary1010010111101111101101000011010011101111011111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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