#3CFD9B

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

Shades of Shamrock #3CFD9B

Tints of Shamrock #3CFD9B

Color information

#3CFD9B (or 0x3CFD9B) is unknown color: approx Shamrock. HEX triplet: 3C, FD and 9B. RGB value is (60,253,155). Sum of RGB (Red+Green+Blue) = 60+253+155=468 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.82% from 468); Green value is 253 (99.22% from 255 or 54.06% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFD9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFD9B is #C30264. Grayscale: #B8B8B8. Windows color (decimal): -12780133 or 10222908. OLE color: 10222908.

HSL color Cylindrical-coordinate representation of color #3CFD9B: hue angle of 149.53º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFD9B is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB60253155-
CMYK0.7600.390.01
HSL149.53º97.97%61.37%-
HSV(B)149.53º76.28%99.22%-
XYZ42.9173.5842.95-
YUV184.12111.5639.47-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.82%
GREEN value IS 253 (99.22% from 255) = 54.06%
BLUE value IS 155 (60.94% from 255) = 33.12%
R=12.82%
G=54.06%
B=33.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal602531550.7600.390.01149.5397.9761.37
Hex3CFD9B4C027196623d
Octal74375233114047122614275
Binary1111001111110110011011100110001001111100101101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CFD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CFD9B; }

 p { color: rgb(60,253,155); }

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

<style>
 a { background-color: #3CFD9B; }

 a { background-color: rgb(60,253,155); }

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

<style>
 span { border-color: #3CFD9B; }

 span { border-color: rgb(60,253,155); }

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