#42FF70

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

Shades of Screamin' Green #42FF70

Tints of Screamin' Green #42FF70

Color information

#42FF70 (or 0x42FF70) is unknown color: approx Screamin' Green. HEX triplet: 42, FF and 70. RGB value is (66,255,112). Sum of RGB (Red+Green+Blue) = 66+255+112=433 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.24% from 433); Green value is 255 (100% from 255 or 58.89% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FF70 is #BD008F. Grayscale: #B6B6B6. Windows color (decimal): -12386448 or 7405378. OLE color: 7405378.

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

Color convert

RGB66255112-
CMYK0.7400.560
HSL134.6º100%62.94%-
HSV(B)134.6º74.12%100%-
XYZ40.9373.8527.43-
YUV182.1988.3845.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.24%
GREEN value IS 255 (100% from 255) = 58.89%
BLUE value IS 112 (44.14% from 255) = 25.87%
R=15.24%
G=58.89%
B=25.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal662551120.7400.560134.610062.94
Hex42FF704A038087643f
Octal102377160112070020714477
Binary1000010111111111110000100101001110000100001111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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