#42EF5A

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

Shades of Screamin' Green #42EF5A

Tints of Screamin' Green #42EF5A

Color information

#42EF5A (or 0x42EF5A) is unknown color: approx Screamin' Green. HEX triplet: 42, EF and 5A. RGB value is (66,239,90). Sum of RGB (Red+Green+Blue) = 66+239+90=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 239 (93.75% from 255 or 60.51% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 239 - color contains mainly: green. Hex color #42EF5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42EF5A is #BD10A5. Grayscale: #AAAAAA. Windows color (decimal): -12390566 or 5959490. OLE color: 5959490.

HSL color Cylindrical-coordinate representation of color #42EF5A: hue angle of 128.32º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EF5A is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB6623990-
CMYK0.7200.620.06
HSL128.32º84.39%59.8%-
HSV(B)128.32º72.38%93.73%-
XYZ34.9663.6320.11-
YUV170.2982.6953.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.71%
GREEN value IS 239 (93.75% from 255) = 60.51%
BLUE value IS 90 (35.55% from 255) = 22.78%
R=16.71%
G=60.51%
B=22.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal66239900.7200.620.06128.3284.3959.8
Hex42EF5A4803E680543c
Octal102357132110076620012474
Binary100001011101111101101010010000111110110100000001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42EF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,239,90); }

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

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

 a { background-color: rgb(66,239,90); }

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

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

 span { border-color: rgb(66,239,90); }

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