#3CF209

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

Shades of Harlequin #3CF209

Tints of Harlequin #3CF209

Color information

#3CF209 (or 0x3CF209) is unknown color: approx Harlequin. HEX triplet: 3C, F2 and 09. RGB value is (60,242,9). Sum of RGB (Red+Green+Blue) = 60+242+9=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 242 (94.92% from 255 or 77.81% from 311); Blue value is 9 (3.91% from 255 or 2.89% from 311); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF209 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF209 is #C30DF6. Grayscale: #A1A1A1. Windows color (decimal): -12783095 or 651836. OLE color: 651836.

HSL color Cylindrical-coordinate representation of color #3CF209: hue angle of 106.87º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3CF209 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB602429-
CMYK0.7500.960.05
HSL106.87º92.83%49.22%-
HSV(B)106.87º96.28%94.9%-
XYZ33.6664.4810.93-
YUV161.0242.255.95-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.29%
GREEN value IS 242 (94.92% from 255) = 77.81%
BLUE value IS 9 (3.91% from 255) = 2.89%
R=19.29%
G=77.81%
B=2.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal6024290.7500.960.05106.8792.8349.22
Hex3CF294B06056b5d31
Octal74362111130140515313561
Binary11110011110010100110010110110000010111010111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,242,9); }

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

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

 a { background-color: rgb(60,242,9); }

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

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

 span { border-color: rgb(60,242,9); }

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