#42d091

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

Shades of Shamrock #42D091

Tints of Shamrock #42D091

Color information

#42D091 (or 0x42D091) is unknown color: approx Shamrock. HEX triplet: 42, D0 and 91. RGB value is (66,208,145). Sum of RGB (Red+Green+Blue) = 66+208+145=419 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.75% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #42D091 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D091 is #BD2F6E. Grayscale: #9E9E9E. Windows color (decimal): -12398447 or 9556034. OLE color: 9556034.

HSL color Cylindrical-coordinate representation of color #42D091: hue angle of 153.38º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D091 is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB66208145-
CMYK0.6800.300.18
HSL153.38º60.17%53.73%-
HSV(B)153.38º68.27%81.57%-
XYZ29.9148.3134.54-
YUV158.36120.4662.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.75%
GREEN value IS 208 (81.64% from 255) = 49.64%
BLUE value IS 145 (57.03% from 255) = 34.61%
R=15.75%
G=49.64%
B=34.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal662081450.6800.300.18153.3860.1753.73
Hex42D0914401E12993c36
Octal102320221104036222317466
Binary1000010110100001001000110001000111101001010011001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42d091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,208,145); }

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

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

 a { background-color: rgb(66,208,145); }

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

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

 span { border-color: rgb(66,208,145); }

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