#52F464

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

Shades of Screamin' Green #52F464

Tints of Screamin' Green #52F464

Color information

#52F464 (or 0x52F464) is unknown color: approx Screamin' Green. HEX triplet: 52, F4 and 64. RGB value is (82,244,100). Sum of RGB (Red+Green+Blue) = 82+244+100=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 244 (95.70% from 255 or 57.28% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 244 - color contains mainly: green. Hex color #52F464 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F464 is #AD0B9B. Grayscale: #B3B3B3. Windows color (decimal): -11340700 or 6616146. OLE color: 6616146.

HSL color Cylindrical-coordinate representation of color #52F464: hue angle of 126.67º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F464 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB82244100-
CMYK0.6600.590.04
HSL126.67º88.04%63.92%-
HSV(B)126.67º66.39%95.69%-
XYZ38.1367.4223.06-
YUV179.1583.3358.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.25%
GREEN value IS 244 (95.70% from 255) = 57.28%
BLUE value IS 100 (39.45% from 255) = 23.47%
R=19.25%
G=57.28%
B=23.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal822441000.6600.590.04126.6788.0463.92
Hex52F4644203B47f5840
Octal1223641441020734177130100
Binary101001011110100110010010000100111011100111111110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,244,100); }

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

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

 a { background-color: rgb(82,244,100); }

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

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

 span { border-color: rgb(82,244,100); }

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