#42FCA5

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

Shades of Shamrock #42FCA5

Tints of Shamrock #42FCA5

Color information

#42FCA5 (or 0x42FCA5) is unknown color: approx Shamrock. HEX triplet: 42, FC and A5. RGB value is (66,252,165). Sum of RGB (Red+Green+Blue) = 66+252+165=483 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.66% from 483); Green value is 252 (98.83% from 255 or 52.17% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 252 - color contains mainly: green. Hex color #42FCA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FCA5 is #BD035A. Grayscale: #BABABA. Windows color (decimal): -12387163 or 10878018. OLE color: 10878018.

HSL color Cylindrical-coordinate representation of color #42FCA5: hue angle of 151.94º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FCA5 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB66252165-
CMYK0.7400.350.01
HSL151.94º96.88%62.35%-
HSV(B)151.94º73.81%98.82%-
XYZ43.8573.547.47-
YUV186.47115.8842.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.66%
GREEN value IS 252 (98.83% from 255) = 52.17%
BLUE value IS 165 (64.84% from 255) = 34.16%
R=13.66%
G=52.17%
B=34.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal662521650.7400.350.01151.9496.8862.35
Hex42FCA54A023198613e
Octal102374245112043123014176
Binary10000101111110010100101100101001000111100110001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,252,165); }

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

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

 a { background-color: rgb(66,252,165); }

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

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

 span { border-color: rgb(66,252,165); }

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