#42CD95

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

Shades of Shamrock #42CD95

Tints of Shamrock #42CD95

Color information

#42CD95 (or 0x42CD95) is unknown color: approx Shamrock. HEX triplet: 42, CD and 95. RGB value is (66,205,149). Sum of RGB (Red+Green+Blue) = 66+205+149=420 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.71% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #42CD95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CD95 is #BD326A. Grayscale: #9D9D9D. Windows color (decimal): -12399211 or 9817410. OLE color: 9817410.

HSL color Cylindrical-coordinate representation of color #42CD95: hue angle of 155.83º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CD95 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB66205149-
CMYK0.6800.270.20
HSL155.83º58.16%53.14%-
HSV(B)155.83º67.8%80.39%-
XYZ29.546.9935.95-
YUV157.05123.4563.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.71%
GREEN value IS 205 (80.47% from 255) = 48.81%
BLUE value IS 149 (58.59% from 255) = 35.48%
R=15.71%
G=48.81%
B=35.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal662051490.6800.270.20155.8358.1653.14
Hex42CD954401B149c3a35
Octal102315225104033242347265
Binary1000010110011011001010110001000110111010010011100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,205,149); }

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

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

 a { background-color: rgb(66,205,149); }

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

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

 span { border-color: rgb(66,205,149); }

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