#3AF710

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

Shades of Harlequin #3AF710

Tints of Harlequin #3AF710

Color information

#3AF710 (or 0x3AF710) is unknown color: approx Harlequin. HEX triplet: 3A, F7 and 10. RGB value is (58,247,16). Sum of RGB (Red+Green+Blue) = 58+247+16=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 247 (96.88% from 255 or 76.95% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF710 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF710 is #C508EF. Grayscale: #A4A4A4. Windows color (decimal): -12912880 or 1111866. OLE color: 1111866.

HSL color Cylindrical-coordinate representation of color #3AF710: hue angle of 109.09º 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 #3AF710 is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB5824716-
CMYK0.7700.940.03
HSL109.09º93.52%51.57%-
HSV(B)109.09º93.52%96.86%-
XYZ35.167.4611.66-
YUV164.1644.3852.28-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.07%
GREEN value IS 247 (96.88% from 255) = 76.95%
BLUE value IS 16 (6.64% from 255) = 4.98%
R=18.07%
G=76.95%
B=4.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal58247160.7700.940.03109.0993.5251.57
Hex3AF7104D05E36d5e34
Octal72367201150136315513664
Binary11101011110111100001001101010111101111011011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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