#52F934

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

Shades of Screamin' Green #52F934

Tints of Screamin' Green #52F934

Color information

#52F934 (or 0x52F934) is unknown color: approx Screamin' Green. HEX triplet: 52, F9 and 34. RGB value is (82,249,52). Sum of RGB (Red+Green+Blue) = 82+249+52=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 249 (97.66% from 255 or 65.01% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 249 - color contains mainly: green. Hex color #52F934 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F934 is #AD06CB. Grayscale: #B1B1B1. Windows color (decimal): -11339468 or 3471698. OLE color: 3471698.

HSL color Cylindrical-coordinate representation of color #52F934: hue angle of 110.86º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52F934 is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB8224952-
CMYK0.6700.790.02
HSL110.86º94.26%59.02%-
HSV(B)110.86º79.12%97.65%-
XYZ37.9869.7914.72-
YUV176.6157.6760.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.41%
GREEN value IS 249 (97.66% from 255) = 65.01%
BLUE value IS 52 (20.70% from 255) = 13.58%
R=21.41%
G=65.01%
B=13.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal82249520.6700.790.02110.8694.2659.02
Hex52F9344304F26f5e3b
Octal122371641030117215713673
Binary1010010111110011101001000011010011111011011111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,249,52); }

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

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

 a { background-color: rgb(82,249,52); }

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

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

 span { border-color: rgb(82,249,52); }

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