Shades of Harlequin #3AFE23
Tints of Harlequin #3AFE23
RGB
CMYK
RGB Variations
Color information
#3AFE23 (or 0x3AFE23) is known color: Harlequin. HEX triplet: 3A, FE and 23. RGB value is (58,254,35). Sum of RGB (Red+Green+Blue) = 58+254+35=347 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.71% from 347); Green value is 254 (99.61% from 255 or 73.20% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE23 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFE23 is #C501DC. Grayscale: #ABABAB. Windows color (decimal): -12911069 or 2358842. OLE color: 2358842.
HSL color Cylindrical-coordinate representation of color #3AFE23: hue angle of 113.7º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3AFE23 is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 35 | - |
| CMYK | 0.77 | 0 | 0.86 | 0.00 |
| HSL | 113.7º | 0.99% | 0.57% | - |
| HSV(B) | 113.7º | 0.86% | 1% | - |
| XYZ | 37.49 | 71.9 | 13.49 | - |
| YUV | 170.43 | 51.57 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 35 | 0.77 | 0 | 0.86 | 0.00 | 113.7 | 0.99 | 0.57 |
| Hex | 3A | FE | 23 | 4D | 0 | 56 | 0 | 72 | 63 | 39 |
| Octal | 72 | 376 | 43 | 115 | 0 | 126 | 0 | 162 | 143 | 71 |
| Binary | 111010 | 11111110 | 100011 | 1001101 | 0 | 1010110 | 0 | 1110010 | 1100011 | 111001 |
Color Harmonies of #3AFE23
Complementary color
Monochromatic Colors of #3AFE23
Black with #3AFE23
Text Example
Text Example
White with #3AFE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFE23; }
p { color: rgb(58,254,35); }
H1.HeaderClassName
{
color: #3AFE23;
}
.AnyTagClassName
{
color: #3AFE23;
}
</style>
background-color css
<style>
a { background-color: #3AFE23; }
a { background-color: rgb(58,254,35); }
div.DivClassName
{
background-color: #3AFE23;
}
.BgClassName
{
background-color: #3AFE23;
}
</style>
border-color css
<style>
span { border-color: #3AFE23; }
span { border-color: rgb(58,254,35); }
td.TdClassName
{
border-color: #3AFE23;
}
.TagClassName
{
border-color: #3AFE23;
}
</style>