#42FB9E

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

Shades of Shamrock #42FB9E

Tints of Shamrock #42FB9E

Color information

#42FB9E (or 0x42FB9E) is unknown color: approx Shamrock. HEX triplet: 42, FB and 9E. RGB value is (66,251,158). Sum of RGB (Red+Green+Blue) = 66+251+158=475 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.89% from 475); Green value is 251 (98.44% from 255 or 52.84% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 251 - color contains mainly: green. Hex color #42FB9E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FB9E is #BD0461. Grayscale: #B9B9B9. Windows color (decimal): -12387426 or 10419010. OLE color: 10419010.

HSL color Cylindrical-coordinate representation of color #42FB9E: hue angle of 149.84º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FB9E is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB66251158-
CMYK0.7400.370.02
HSL149.84º95.85%62.16%-
HSV(B)149.84º73.71%98.43%-
XYZ42.9272.6244.1-
YUV185.08112.7143.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.89%
GREEN value IS 251 (98.44% from 255) = 52.84%
BLUE value IS 158 (62.11% from 255) = 33.26%
R=13.89%
G=52.84%
B=33.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal662511580.7400.370.02149.8495.8562.16
Hex42FB9E4A025296603e
Octal102373236112045222614076
Binary100001011111011100111101001010010010110100101101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,251,158); }

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

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

 a { background-color: rgb(66,251,158); }

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

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

 span { border-color: rgb(66,251,158); }

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