#42F29C

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

Shades of Shamrock #42F29C

Tints of Shamrock #42F29C

Color information

#42F29C (or 0x42F29C) is unknown color: approx Shamrock. HEX triplet: 42, F2 and 9C. RGB value is (66,242,156). Sum of RGB (Red+Green+Blue) = 66+242+156=464 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.22% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #42F29C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F29C is #BD0D63. Grayscale: #B3B3B3. Windows color (decimal): -12389732 or 10285634. OLE color: 10285634.

HSL color Cylindrical-coordinate representation of color #42F29C: hue angle of 150.68º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F29C is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB66242156-
CMYK0.7300.360.05
HSL150.68º87.13%60.39%-
HSV(B)150.68º72.73%94.9%-
XYZ4067.0642.29-
YUV179.57114.6946.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.22%
GREEN value IS 242 (94.92% from 255) = 52.16%
BLUE value IS 156 (61.33% from 255) = 33.62%
R=14.22%
G=52.16%
B=33.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal662421560.7300.360.05150.6887.1360.39
Hex42F29C49024597573c
Octal102362234111044522712774
Binary1000010111100101001110010010010100100101100101111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,242,156); }

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

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

 a { background-color: rgb(66,242,156); }

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

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

 span { border-color: rgb(66,242,156); }

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