#42FD49

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

Shades of Screamin' Green #42FD49

Tints of Screamin' Green #42FD49

Color information

#42FD49 (or 0x42FD49) is unknown color: approx Screamin' Green. HEX triplet: 42, FD and 49. RGB value is (66,253,73). Sum of RGB (Red+Green+Blue) = 66+253+73=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 253 (99.22% from 255 or 64.54% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 253 - color contains mainly: green. Hex color #42FD49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FD49 is #BD02B6. Grayscale: #B1B1B1. Windows color (decimal): -12386999 or 4848962. OLE color: 4848962.

HSL color Cylindrical-coordinate representation of color #42FD49: hue angle of 122.25º 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 #42FD49 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB6625373-
CMYK0.7400.710.01
HSL122.25º97.91%62.55%-
HSV(B)122.25º73.91%99.22%-
XYZ38.5771.8918.15-
YUV176.5769.5549.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.84%
GREEN value IS 253 (99.22% from 255) = 64.54%
BLUE value IS 73 (28.91% from 255) = 18.62%
R=16.84%
G=64.54%
B=18.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal66253730.7400.710.01122.2597.9162.55
Hex42FD494A04717a623f
Octal1023751111120107117214277
Binary1000010111111011001001100101001000111111110101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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