#42FD99

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

Shades of Shamrock #42FD99

Tints of Shamrock #42FD99

Color information

#42FD99 (or 0x42FD99) is unknown color: approx Shamrock. HEX triplet: 42, FD and 99. RGB value is (66,253,153). Sum of RGB (Red+Green+Blue) = 66+253+153=472 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.98% from 472); Green value is 253 (99.22% from 255 or 53.60% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 253 - color contains mainly: green. Hex color #42FD99 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FD99 is #BD0266. Grayscale: #B9B9B9. Windows color (decimal): -12386919 or 10091842. OLE color: 10091842.

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

Color convert

RGB66253153-
CMYK0.7400.400.01
HSL147.91º97.91%62.55%-
HSV(B)147.91º73.91%99.22%-
XYZ43.1273.7142.09-
YUV185.69109.5542.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.98%
GREEN value IS 253 (99.22% from 255) = 53.60%
BLUE value IS 153 (60.16% from 255) = 32.42%
R=13.98%
G=53.60%
B=32.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal662531530.7400.400.01147.9197.9162.55
Hex42FD994A028194623f
Octal102375231112050122414277
Binary10000101111110110011001100101001010001100101001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,253,153); }

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

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

 a { background-color: rgb(66,253,153); }

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

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

 span { border-color: rgb(66,253,153); }

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