#42D293

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

Shades of Shamrock #42D293

Tints of Shamrock #42D293

Color information

#42D293 (or 0x42D293) is unknown color: approx Shamrock. HEX triplet: 42, D2 and 93. RGB value is (66,210,147). Sum of RGB (Red+Green+Blue) = 66+210+147=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #42D293 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D293 is #BD2D6C. Grayscale: #9F9F9F. Windows color (decimal): -12397933 or 9687618. OLE color: 9687618.

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

Color convert

RGB66210147-
CMYK0.6900.300.18
HSL153.75º61.54%54.12%-
HSV(B)153.75º68.57%82.35%-
XYZ30.5649.3635.52-
YUV159.76120.7961.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.60%
GREEN value IS 210 (82.42% from 255) = 49.65%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=15.60%
G=49.65%
B=34.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal662101470.6900.300.18153.7561.5454.12
Hex42D2934501E129a3e36
Octal102322223105036222327666
Binary1000010110100101001001110001010111101001010011010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,210,147); }

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

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

 a { background-color: rgb(66,210,147); }

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

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

 span { border-color: rgb(66,210,147); }

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