#52F381

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

Shades of Screamin' Green #52F381

Tints of Screamin' Green #52F381

Color information

#52F381 (or 0x52F381) is unknown color: approx Screamin' Green. HEX triplet: 52, F3 and 81. RGB value is (82,243,129). Sum of RGB (Red+Green+Blue) = 82+243+129=454 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.06% from 454); Green value is 243 (95.31% from 255 or 53.52% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 243 - color contains mainly: green. Hex color #52F381 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F381 is #AD0C7E. Grayscale: #B6B6B6. Windows color (decimal): -11340927 or 8516434. OLE color: 8516434.

HSL color Cylindrical-coordinate representation of color #52F381: hue angle of 137.52º 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 #52F381 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB82243129-
CMYK0.6600.470.05
HSL137.52º87.03%63.73%-
HSV(B)137.52º66.26%95.29%-
XYZ39.4967.4831.71-
YUV181.8698.1656.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.06%
GREEN value IS 243 (95.31% from 255) = 53.52%
BLUE value IS 129 (50.78% from 255) = 28.41%
R=18.06%
G=53.52%
B=28.41%

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
Decimal822431290.6600.470.05137.5287.0363.73
Hex52F3814202F58a5740
Octal1223632011020575212127100
Binary10100101111001110000001100001001011111011000101010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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