#42FC5B

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

Shades of Screamin' Green #42FC5B

Tints of Screamin' Green #42FC5B

Color information

#42FC5B (or 0x42FC5B) is unknown color: approx Screamin' Green. HEX triplet: 42, FC and 5B. RGB value is (66,252,91). Sum of RGB (Red+Green+Blue) = 66+252+91=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 252 (98.83% from 255 or 61.61% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 252 - color contains mainly: green. Hex color #42FC5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FC5B is #BD03A4. Grayscale: #B2B2B2. Windows color (decimal): -12387237 or 6028354. OLE color: 6028354.

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

Color convert

RGB6625291-
CMYK0.7400.640.01
HSL128.06º96.88%62.35%-
HSV(B)128.06º73.81%98.82%-
XYZ38.9571.5321.65-
YUV178.0378.8848.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.14%
GREEN value IS 252 (98.83% from 255) = 61.61%
BLUE value IS 91 (35.94% from 255) = 22.25%
R=16.14%
G=61.61%
B=22.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal66252910.7400.640.01128.0696.8862.35
Hex42FC5B4A040180613e
Octal1023741331120100120014176
Binary10000101111110010110111001010010000001100000001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,252,91); }

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

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

 a { background-color: rgb(66,252,91); }

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

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

 span { border-color: rgb(66,252,91); }

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