#42FF71

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

Shades of Screamin' Green #42FF71

Tints of Screamin' Green #42FF71

Color information

#42FF71 (or 0x42FF71) is unknown color: approx Screamin' Green. HEX triplet: 42, FF and 71. RGB value is (66,255,113). Sum of RGB (Red+Green+Blue) = 66+255+113=434 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.21% from 434); Green value is 255 (100% from 255 or 58.76% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF71 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FF71 is #BD008E. Grayscale: #B6B6B6. Windows color (decimal): -12386447 or 7470914. OLE color: 7470914.

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

Color convert

RGB66255113-
CMYK0.7400.560
HSL134.92º100%62.94%-
HSV(B)134.92º74.12%100%-
XYZ40.9973.8727.72-
YUV182.388.8845.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.21%
GREEN value IS 255 (100% from 255) = 58.76%
BLUE value IS 113 (44.53% from 255) = 26.04%
R=15.21%
G=58.76%
B=26.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal662551130.7400.560134.9210062.94
Hex42FF714A038087643f
Octal102377161112070020714477
Binary1000010111111111110001100101001110000100001111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,255,113); }

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

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

 a { background-color: rgb(66,255,113); }

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

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

 span { border-color: rgb(66,255,113); }

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