#52F761

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

Shades of Screamin' Green #52F761

Tints of Screamin' Green #52F761

Color information

#52F761 (or 0x52F761) is unknown color: approx Screamin' Green. HEX triplet: 52, F7 and 61. RGB value is (82,247,97). Sum of RGB (Red+Green+Blue) = 82+247+97=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 247 (96.88% from 255 or 57.98% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 247 - color contains mainly: green. Hex color #52F761 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F761 is #AD089E. Grayscale: #B4B4B4. Windows color (decimal): -11339935 or 6420306. OLE color: 6420306.

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

Color convert

RGB8224797-
CMYK0.6700.610.03
HSL125.45º91.16%64.51%-
HSV(B)125.45º66.8%96.86%-
XYZ38.969.1822.61-
YUV180.5680.8457.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.25%
GREEN value IS 247 (96.88% from 255) = 57.98%
BLUE value IS 97 (38.28% from 255) = 22.77%
R=19.25%
G=57.98%
B=22.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal82247970.6700.610.03125.4591.1664.51
Hex52F7614303D37d5b41
Octal1223671411030753175133101
Binary10100101111011111000011000011011110111111110110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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