#42FDA6

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

Shades of Shamrock #42FDA6

Tints of Shamrock #42FDA6

Color information

#42FDA6 (or 0x42FDA6) is unknown color: approx Shamrock. HEX triplet: 42, FD and A6. RGB value is (66,253,166). Sum of RGB (Red+Green+Blue) = 66+253+166=485 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.61% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #42FDA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FDA6 is #BD0259. Grayscale: #BBBBBB. Windows color (decimal): -12386906 or 10943810. OLE color: 10943810.

HSL color Cylindrical-coordinate representation of color #42FDA6: hue angle of 152.09º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FDA6 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB66253166-
CMYK0.7400.340.01
HSL152.09º97.91%62.55%-
HSV(B)152.09º73.91%99.22%-
XYZ44.2574.1648.06-
YUV187.17116.0541.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.61%
GREEN value IS 253 (99.22% from 255) = 52.16%
BLUE value IS 166 (65.23% from 255) = 34.23%
R=13.61%
G=52.16%
B=34.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal662531660.7400.340.01152.0997.9162.55
Hex42FDA64A022198623f
Octal102375246112042123014277
Binary10000101111110110100110100101001000101100110001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,253,166); }

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

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

 a { background-color: rgb(66,253,166); }

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

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

 span { border-color: rgb(66,253,166); }

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