#42F494

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

Shades of Shamrock #42F494

Tints of Shamrock #42F494

Color information

#42F494 (or 0x42F494) is unknown color: approx Shamrock. HEX triplet: 42, F4 and 94. RGB value is (66,244,148). Sum of RGB (Red+Green+Blue) = 66+244+148=458 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.41% from 458); Green value is 244 (95.70% from 255 or 53.28% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 244 - color contains mainly: green. Hex color #42F494 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F494 is #BD0B6B. Grayscale: #B4B4B4. Windows color (decimal): -12389228 or 9761858. OLE color: 9761858.

HSL color Cylindrical-coordinate representation of color #42F494: hue angle of 147.64º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F494 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB66244148-
CMYK0.7300.390.04
HSL147.64º89%60.78%-
HSV(B)147.64º72.95%95.69%-
XYZ39.946839.04-
YUV179.83110.0346.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.41%
GREEN value IS 244 (95.70% from 255) = 53.28%
BLUE value IS 148 (58.20% from 255) = 32.31%
R=14.41%
G=53.28%
B=32.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal662441480.7300.390.04147.648960.78
Hex42F49449027494593d
Octal102364224111047422413175
Binary1000010111101001001010010010010100111100100101001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,244,148); }

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

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

 a { background-color: rgb(66,244,148); }

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

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

 span { border-color: rgb(66,244,148); }

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