#3CF810

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

Shades of Harlequin #3CF810

Tints of Harlequin #3CF810

Color information

#3CF810 (or 0x3CF810) is unknown color: approx Harlequin. HEX triplet: 3C, F8 and 10. RGB value is (60,248,16). Sum of RGB (Red+Green+Blue) = 60+248+16=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 248 (97.27% from 255 or 76.54% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF810 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF810 is #C307EF. Grayscale: #A6A6A6. Windows color (decimal): -12781552 or 1112124. OLE color: 1112124.

HSL color Cylindrical-coordinate representation of color #3CF810: hue angle of 108.62º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3CF810 is Cyan = 0.76, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB6024816-
CMYK0.7600.940.03
HSL108.62º94.31%51.76%-
HSV(B)108.62º93.55%97.25%-
XYZ35.5268.1311.77-
YUV165.3443.7252.86-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.52%
GREEN value IS 248 (97.27% from 255) = 76.54%
BLUE value IS 16 (6.64% from 255) = 4.94%
R=18.52%
G=76.54%
B=4.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal60248160.7600.940.03108.6294.3151.76
Hex3CF8104C05E36d5e34
Octal74370201140136315513664
Binary11110011111000100001001100010111101111011011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,248,16); }

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

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

 a { background-color: rgb(60,248,16); }

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

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

 span { border-color: rgb(60,248,16); }

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