#3CF994

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

Shades of Shamrock #3CF994

Tints of Shamrock #3CF994

Color information

#3CF994 (or 0x3CF994) is unknown color: approx Shamrock. HEX triplet: 3C, F9 and 94. RGB value is (60,249,148). Sum of RGB (Red+Green+Blue) = 60+249+148=457 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.13% from 457); Green value is 249 (97.66% from 255 or 54.49% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 249 - color contains mainly: green. Hex color #3CF994 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF994 is #C3066B. Grayscale: #B5B5B5. Windows color (decimal): -12781164 or 9763132. OLE color: 9763132.

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

Color convert

RGB60249148-
CMYK0.7600.410.02
HSL147.94º94.03%60.59%-
HSV(B)147.94º75.9%97.65%-
XYZ41.0870.8539.53-
YUV180.97109.3841.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.13%
GREEN value IS 249 (97.66% from 255) = 54.49%
BLUE value IS 148 (58.20% from 255) = 32.39%
R=13.13%
G=54.49%
B=32.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal602491480.7600.410.02147.9494.0360.59
Hex3CF9944C0292945e3d
Octal74371224114051222413675
Binary11110011111001100101001001100010100110100101001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,249,148); }

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

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

 a { background-color: rgb(60,249,148); }

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

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

 span { border-color: rgb(60,249,148); }

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