Shades of Harlequin #3AF80F
Tints of Harlequin #3AF80F
RGB
CMYK
RGB Variations
Color information
#3AF80F (or 0x3AF80F) is known color: Harlequin. HEX triplet: 3A, F8 and 0F. RGB value is (58,248,15). Sum of RGB (Red+Green+Blue) = 58+248+15=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 248 (97.27% from 255 or 77.26% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF80F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF80F is #C507F0. Grayscale: #A5A5A5. Windows color (decimal): -12912625 or 1046586. OLE color: 1046586.
HSL color Cylindrical-coordinate representation of color #3AF80F: hue angle of 108.93º 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 #3AF80F is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 248 | 15 | - |
| CMYK | 0.77 | 0 | 0.94 | 0.03 |
| HSL | 108.93º | 0.94% | 0.52% | - |
| HSV(B) | 108.93º | 0.94% | 0.97% | - |
| XYZ | 35.4 | 68.07 | 11.72 | - |
| YUV | 164.63 | 43.55 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 248 | 15 | 0.77 | 0 | 0.94 | 0.03 | 108.93 | 0.94 | 0.52 |
| Hex | 3A | F8 | F | 4D | 0 | 5E | 3 | 6D | 5E | 34 |
| Octal | 72 | 370 | 17 | 115 | 0 | 136 | 3 | 155 | 136 | 64 |
| Binary | 111010 | 11111000 | 1111 | 1001101 | 0 | 1011110 | 11 | 1101101 | 1011110 | 110100 |
Color Harmonies of #3AF80F
Complementary color
Monochromatic Colors of #3AF80F
Black with #3AF80F
Text Example
Text Example
White with #3AF80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF80F; }
p { color: rgb(58,248,15); }
H1.HeaderClassName
{
color: #3AF80F;
}
.AnyTagClassName
{
color: #3AF80F;
}
</style>
background-color css
<style>
a { background-color: #3AF80F; }
a { background-color: rgb(58,248,15); }
div.DivClassName
{
background-color: #3AF80F;
}
.BgClassName
{
background-color: #3AF80F;
}
</style>
border-color css
<style>
span { border-color: #3AF80F; }
span { border-color: rgb(58,248,15); }
td.TdClassName
{
border-color: #3AF80F;
}
.TagClassName
{
border-color: #3AF80F;
}
</style>