Shades of Harlequin #34FA1B
Tints of Harlequin #34FA1B
RGB
CMYK
RGB Variations
Color information
#34FA1B (or 0x34FA1B) is known color: Harlequin. HEX triplet: 34, FA and 1B. RGB value is (52,250,27). Sum of RGB (Red+Green+Blue) = 52+250+27=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 250 (98.05% from 255 or 75.99% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 250 - color contains mainly: green. Hex color #34FA1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34FA1B is #CB05E4. Grayscale: #A6A6A6. Windows color (decimal): -13305317 or 1833524. OLE color: 1833524.
HSL color Cylindrical-coordinate representation of color #34FA1B: hue angle of 113.27º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #34FA1B is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 250 | 27 | - |
| CMYK | 0.79 | 0 | 0.89 | 0.02 |
| HSL | 113.27º | 0.96% | 0.54% | - |
| HSV(B) | 113.27º | 0.89% | 0.98% | - |
| XYZ | 35.8 | 69.18 | 12.5 | - |
| YUV | 165.38 | 49.9 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 250 | 27 | 0.79 | 0 | 0.89 | 0.02 | 113.27 | 0.96 | 0.54 |
| Hex | 34 | FA | 1B | 4F | 0 | 59 | 2 | 71 | 60 | 36 |
| Octal | 64 | 372 | 33 | 117 | 0 | 131 | 2 | 161 | 140 | 66 |
| Binary | 110100 | 11111010 | 11011 | 1001111 | 0 | 1011001 | 10 | 1110001 | 1100000 | 110110 |
Color Harmonies of #34FA1B
Complementary color
Monochromatic Colors of #34FA1B
Black with #34FA1B
Text Example
Text Example
White with #34FA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FA1B; }
p { color: rgb(52,250,27); }
H1.HeaderClassName
{
color: #34FA1B;
}
.AnyTagClassName
{
color: #34FA1B;
}
</style>
background-color css
<style>
a { background-color: #34FA1B; }
a { background-color: rgb(52,250,27); }
div.DivClassName
{
background-color: #34FA1B;
}
.BgClassName
{
background-color: #34FA1B;
}
</style>
border-color css
<style>
span { border-color: #34FA1B; }
span { border-color: rgb(52,250,27); }
td.TdClassName
{
border-color: #34FA1B;
}
.TagClassName
{
border-color: #34FA1B;
}
</style>