#42F598

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

Shades of Shamrock #42F598

Tints of Shamrock #42F598

Color information

#42F598 (or 0x42F598) is unknown color: approx Shamrock. HEX triplet: 42, F5 and 98. RGB value is (66,245,152). Sum of RGB (Red+Green+Blue) = 66+245+152=463 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.25% from 463); Green value is 245 (96.09% from 255 or 52.92% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 245 - color contains mainly: green. Hex color #42F598 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F598 is #BD0A67. Grayscale: #B5B5B5. Windows color (decimal): -12388968 or 10024258. OLE color: 10024258.

HSL color Cylindrical-coordinate representation of color #42F598: hue angle of 148.83º degrees, saturation: 0.9, 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 #42F598 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB66245152-
CMYK0.7300.380.04
HSL148.83º89.95%60.98%-
HSV(B)148.83º73.06%96.08%-
XYZ40.5768.7340.83-
YUV180.88111.746.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.25%
GREEN value IS 245 (96.09% from 255) = 52.92%
BLUE value IS 152 (59.77% from 255) = 32.83%
R=14.25%
G=52.92%
B=32.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal662451520.7300.380.04148.8389.9560.98
Hex42F598490264955a3d
Octal102365230111046422513275
Binary1000010111101011001100010010010100110100100101011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,245,152); }

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

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

 a { background-color: rgb(66,245,152); }

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

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

 span { border-color: rgb(66,245,152); }

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