#39F70F

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

Shades of Harlequin #39F70F

Tints of Harlequin #39F70F

Color information

#39F70F (or 0x39F70F) is unknown color: approx Harlequin. HEX triplet: 39, F7 and 0F. RGB value is (57,247,15). Sum of RGB (Red+Green+Blue) = 57+247+15=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 247 (96.88% from 255 or 77.43% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 247 - color contains mainly: green. Hex color #39F70F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #39F70F is #C608F0. Grayscale: #A4A4A4. Windows color (decimal): -12978417 or 1046329. OLE color: 1046329.

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

Color convert

RGB5724715-
CMYK0.7700.940.03
HSL109.14º93.55%51.37%-
HSV(B)109.14º93.93%96.86%-
XYZ35.0367.4311.62-
YUV163.7444.0551.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.87%
GREEN value IS 247 (96.88% from 255) = 77.43%
BLUE value IS 15 (6.25% from 255) = 4.70%
R=17.87%
G=77.43%
B=4.70%

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
Decimal57247150.7700.940.03109.1493.5551.37
Hex39F7F4D05E36d5e33
Octal71367171150136315513663
Binary1110011111011111111001101010111101111011011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39F70F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39F70F; }

 p { color: rgb(57,247,15); }

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

<style>
 a { background-color: #39F70F; }

 a { background-color: rgb(57,247,15); }

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

<style>
 span { border-color: #39F70F; }

 span { border-color: rgb(57,247,15); }

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