#42FF8E

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

Shades of Shamrock #42FF8E

Tints of Shamrock #42FF8E

Color information

#42FF8E (or 0x42FF8E) is unknown color: approx Shamrock. HEX triplet: 42, FF and 8E. RGB value is (66,255,142). Sum of RGB (Red+Green+Blue) = 66+255+142=463 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.25% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF8E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FF8E is #BD0071. Grayscale: #B9B9B9. Windows color (decimal): -12386418 or 9371458. OLE color: 9371458.

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

Color convert

RGB66255142-
CMYK0.7400.440
HSL144.13º100%62.94%-
HSV(B)144.13º74.12%100%-
XYZ42.8974.6337.74-
YUV185.61103.3842.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.25%
GREEN value IS 255 (100% from 255) = 55.08%
BLUE value IS 142 (55.86% from 255) = 30.67%
R=14.25%
G=55.08%
B=30.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal662551420.7400.440144.1310062.94
Hex42FF8E4A02C090643f
Octal102377216112054022014477
Binary10000101111111110001110100101001011000100100001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,255,142); }

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

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

 a { background-color: rgb(66,255,142); }

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

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

 span { border-color: rgb(66,255,142); }

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