#3AFD10

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

Shades of Harlequin #3AFD10

Tints of Harlequin #3AFD10

Color information

#3AFD10 (or 0x3AFD10) is unknown color: approx Harlequin. HEX triplet: 3A, FD and 10. RGB value is (58,253,16). Sum of RGB (Red+Green+Blue) = 58+253+16=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 253 (99.22% from 255 or 77.37% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFD10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFD10 is #C502EF. Grayscale: #A8A8A8. Windows color (decimal): -12911344 or 1113402. OLE color: 1113402.

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

Color convert

RGB5825316-
CMYK0.7700.940.01
HSL109.37º98.34%52.75%-
HSV(B)109.37º93.68%99.22%-
XYZ36.9671.1912.28-
YUV167.6842.449.77-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.74%
GREEN value IS 253 (99.22% from 255) = 77.37%
BLUE value IS 16 (6.64% from 255) = 4.89%
R=17.74%
G=77.37%
B=4.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal58253160.7700.940.01109.3798.3452.75
Hex3AFD104D05E16d6235
Octal72375201150136115514265
Binary1110101111110110000100110101011110111011011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AFD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,253,16); }

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

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

 a { background-color: rgb(58,253,16); }

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

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

 span { border-color: rgb(58,253,16); }

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