#52FF4F

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

Shades of Screamin' Green #52FF4F

Tints of Screamin' Green #52FF4F

Color information

#52FF4F (or 0x52FF4F) is unknown color: approx Screamin' Green. HEX triplet: 52, FF and 4F. RGB value is (82,255,79). Sum of RGB (Red+Green+Blue) = 82+255+79=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 255 (100% from 255 or 61.30% from 416); Blue value is 79 (31.25% from 255 or 18.99% from 416); Max value from RGB is 255 - color contains mainly: green. Hex color #52FF4F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52FF4F is #AD00B0. Grayscale: #B7B7B7. Windows color (decimal): -11337905 or 5242706. OLE color: 5242706.

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

Color convert

RGB8225579-
CMYK0.6800.690
HSL118.98º100%65.49%-
HSV(B)118.98º69.02%100%-
XYZ40.6573.8819.51-
YUV183.2169.1955.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.71%
GREEN value IS 255 (100% from 255) = 61.30%
BLUE value IS 79 (31.25% from 255) = 18.99%
R=19.71%
G=61.30%
B=18.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal82255790.6800.690118.9810065.49
Hex52FF4F440450776441
Octal12237711710401050167144101
Binary10100101111111110011111000100010001010111011111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52FF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,255,79); }

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

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

 a { background-color: rgb(82,255,79); }

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

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

 span { border-color: rgb(82,255,79); }

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