#42f96b

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

Shades of Screamin' Green #42F96B

Tints of Screamin' Green #42F96B

Color information

#42F96B (or 0x42F96B) is unknown color: approx Screamin' Green. HEX triplet: 42, F9 and 6B. RGB value is (66,249,107). Sum of RGB (Red+Green+Blue) = 66+249+107=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 249 (97.66% from 255 or 59.00% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 249 - color contains mainly: green. Hex color #42F96B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F96B is #BD0694. Grayscale: #B2B2B2. Windows color (decimal): -12387989 or 7076162. OLE color: 7076162.

HSL color Cylindrical-coordinate representation of color #42F96B: hue angle of 133.44º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F96B is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB66249107-
CMYK0.7300.570.02
HSL133.44º93.85%61.76%-
HSV(B)133.44º73.49%97.65%-
XYZ38.7869.9725.37-
YUV178.187.8748.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.64%
GREEN value IS 249 (97.66% from 255) = 59.00%
BLUE value IS 107 (42.19% from 255) = 25.36%
R=15.64%
G=59.00%
B=25.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal662491070.7300.570.02133.4493.8561.76
Hex42F96B490392855e3e
Octal102371153111071220513676
Binary10000101111100111010111001001011100110100001011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42f96b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,249,107); }

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

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

 a { background-color: rgb(66,249,107); }

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

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

 span { border-color: rgb(66,249,107); }

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