#3FC28C

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

Shades of Shamrock #3FC28C

Tints of Shamrock #3FC28C

Color information

#3FC28C (or 0x3FC28C) is unknown color: approx Shamrock. HEX triplet: 3F, C2 and 8C. RGB value is (63,194,140). Sum of RGB (Red+Green+Blue) = 63+194+140=397 (52% of max value = 765). Red value is 63 (25% from 255 or 15.87% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #3FC28C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC28C is #C03D73. Grayscale: #949494. Windows color (decimal): -12598644 or 9224767. OLE color: 9224767.

HSL color Cylindrical-coordinate representation of color #3FC28C: hue angle of 155.27º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC28C is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB63194140-
CMYK0.6800.280.24
HSL155.27º51.78%50.39%-
HSV(B)155.27º67.53%76.08%-
XYZ26.0841.5331.45-
YUV148.68123.166.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.87%
GREEN value IS 194 (76.17% from 255) = 48.87%
BLUE value IS 140 (55.08% from 255) = 35.26%
R=15.87%
G=48.87%
B=35.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal631941400.6800.280.24155.2751.7850.39
Hex3FC28C4401C189b3432
Octal77302214104034302336462
Binary111111110000101000110010001000111001100010011011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,194,140); }

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

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

 a { background-color: rgb(63,194,140); }

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

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

 span { border-color: rgb(63,194,140); }

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