#42FD52

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

Shades of Screamin' Green #42FD52

Tints of Screamin' Green #42FD52

Color information

#42FD52 (or 0x42FD52) is unknown color: approx Screamin' Green. HEX triplet: 42, FD and 52. RGB value is (66,253,82). Sum of RGB (Red+Green+Blue) = 66+253+82=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 253 (99.22% from 255 or 63.09% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 253 - color contains mainly: green. Hex color #42FD52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FD52 is #BD02AD. Grayscale: #B2B2B2. Windows color (decimal): -12386990 or 5438786. OLE color: 5438786.

HSL color Cylindrical-coordinate representation of color #42FD52: hue angle of 125.13º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FD52 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB6625382-
CMYK0.7400.680.01
HSL125.13º97.91%62.55%-
HSV(B)125.13º73.91%99.22%-
XYZ38.972.0219.83-
YUV177.5974.0548.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.46%
GREEN value IS 253 (99.22% from 255) = 63.09%
BLUE value IS 82 (32.42% from 255) = 20.45%
R=16.46%
G=63.09%
B=20.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal66253820.7400.680.01125.1397.9162.55
Hex42FD524A04417d623f
Octal1023751221120104117514277
Binary1000010111111011010010100101001000100111111011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42FD52; }

 p { color: rgb(66,253,82); }

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

<style>
 a { background-color: #42FD52; }

 a { background-color: rgb(66,253,82); }

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

<style>
 span { border-color: #42FD52; }

 span { border-color: rgb(66,253,82); }

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