#42F298

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

Shades of Shamrock #42F298

Tints of Shamrock #42F298

Color information

#42F298 (or 0x42F298) is unknown color: approx Shamrock. HEX triplet: 42, F2 and 98. RGB value is (66,242,152). Sum of RGB (Red+Green+Blue) = 66+242+152=460 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.35% from 460); Green value is 242 (94.92% from 255 or 52.61% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 242 - color contains mainly: green. Hex color #42F298 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F298 is #BD0D67. Grayscale: #B3B3B3. Windows color (decimal): -12389736 or 10023490. OLE color: 10023490.

HSL color Cylindrical-coordinate representation of color #42F298: hue angle of 149.32º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F298 is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB66242152-
CMYK0.7300.370.05
HSL149.32º87.13%60.39%-
HSV(B)149.32º72.73%94.9%-
XYZ39.6766.9340.53-
YUV179.12112.6947.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.35%
GREEN value IS 242 (94.92% from 255) = 52.61%
BLUE value IS 152 (59.77% from 255) = 33.04%
R=14.35%
G=52.61%
B=33.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal662421520.7300.370.05149.3287.1360.39
Hex42F29849025595573c
Octal102362230111045522512774
Binary1000010111100101001100010010010100101101100101011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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