#42FD8F

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

Shades of Shamrock #42FD8F

Tints of Shamrock #42FD8F

Color information

#42FD8F (or 0x42FD8F) is unknown color: approx Shamrock. HEX triplet: 42, FD and 8F. RGB value is (66,253,143). Sum of RGB (Red+Green+Blue) = 66+253+143=462 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.29% from 462); Green value is 253 (99.22% from 255 or 54.76% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 253 - color contains mainly: green. Hex color #42FD8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FD8F is #BD0270. Grayscale: #B8B8B8. Windows color (decimal): -12386929 or 9436482. OLE color: 9436482.

HSL color Cylindrical-coordinate representation of color #42FD8F: hue angle of 144.71º 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 #42FD8F is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB66253143-
CMYK0.7400.430.01
HSL144.71º97.91%62.55%-
HSV(B)144.71º73.91%99.22%-
XYZ42.3373.3937.92-
YUV184.55104.5543.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.29%
GREEN value IS 253 (99.22% from 255) = 54.76%
BLUE value IS 143 (56.25% from 255) = 30.95%
R=14.29%
G=54.76%
B=30.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal662531430.7400.430.01144.7197.9162.55
Hex42FD8F4A02B191623f
Octal102375217112053122114277
Binary10000101111110110001111100101001010111100100011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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