#42FF7F

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

Shades of Screamin' Green #42FF7F

Tints of Screamin' Green #42FF7F

Color information

#42FF7F (or 0x42FF7F) is unknown color: approx Screamin' Green. HEX triplet: 42, FF and 7F. RGB value is (66,255,127). Sum of RGB (Red+Green+Blue) = 66+255+127=448 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.73% from 448); Green value is 255 (100% from 255 or 56.92% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FF7F is #BD0080. Grayscale: #B8B8B8. Windows color (decimal): -12386433 or 8388418. OLE color: 8388418.

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

Color convert

RGB66255127-
CMYK0.7400.500
HSL139.37º100%62.94%-
HSV(B)139.37º74.12%100%-
XYZ41.8474.2132.2-
YUV183.995.8843.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.73%
GREEN value IS 255 (100% from 255) = 56.92%
BLUE value IS 127 (50% from 255) = 28.35%
R=14.73%
G=56.92%
B=28.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal662551270.7400.500139.3710062.94
Hex42FF7F4A03208b643f
Octal102377177112062021314477
Binary1000010111111111111111100101001100100100010111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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