#42F596

Color #42F596 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #42F596

Tints of Shamrock #42F596

Color information

#42F596 (or 0x42F596) is unknown color: approx Shamrock. HEX triplet: 42, F5 and 96. RGB value is (66,245,150). Sum of RGB (Red+Green+Blue) = 66+245+150=461 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.32% from 461); Green value is 245 (96.09% from 255 or 53.15% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 245 - color contains mainly: green. Hex color #42F596 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F596 is #BD0A69. Grayscale: #B4B4B4. Windows color (decimal): -12388970 or 9893186. OLE color: 9893186.

HSL color Cylindrical-coordinate representation of color #42F596: hue angle of 148.16º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F596 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB66245150-
CMYK0.7300.390.04
HSL148.16º89.95%60.98%-
HSV(B)148.16º73.06%96.08%-
XYZ40.468.6739.98-
YUV180.65110.746.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.32%
GREEN value IS 245 (96.09% from 255) = 53.15%
BLUE value IS 150 (58.98% from 255) = 32.54%
R=14.32%
G=53.15%
B=32.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal662451500.7300.390.04148.1689.9560.98
Hex42F596490274945a3d
Octal102365226111047422413275
Binary1000010111101011001011010010010100111100100101001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,245,150); }

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

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

 a { background-color: rgb(66,245,150); }

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

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

 span { border-color: rgb(66,245,150); }

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