Shades of Harlequin #3AFB25
Tints of Harlequin #3AFB25
RGB
CMYK
RGB Variations
Color information
#3AFB25 (or 0x3AFB25) is known color: Harlequin. HEX triplet: 3A, FB and 25. RGB value is (58,251,37). Sum of RGB (Red+Green+Blue) = 58+251+37=346 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.76% from 346); Green value is 251 (98.44% from 255 or 72.54% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFB25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFB25 is #C504DA. Grayscale: #A9A9A9. Windows color (decimal): -12911835 or 2489146. OLE color: 2489146.
HSL color Cylindrical-coordinate representation of color #3AFB25: hue angle of 114.11º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3AFB25 is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 251 | 37 | - |
| CMYK | 0.77 | 0 | 0.85 | 0.02 |
| HSL | 114.11º | 0.96% | 0.56% | - |
| HSV(B) | 114.11º | 0.85% | 0.98% | - |
| XYZ | 36.58 | 70.03 | 13.34 | - |
| YUV | 168.9 | 53.56 | 48.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 251 | 37 | 0.77 | 0 | 0.85 | 0.02 | 114.11 | 0.96 | 0.56 |
| Hex | 3A | FB | 25 | 4D | 0 | 55 | 2 | 72 | 60 | 38 |
| Octal | 72 | 373 | 45 | 115 | 0 | 125 | 2 | 162 | 140 | 70 |
| Binary | 111010 | 11111011 | 100101 | 1001101 | 0 | 1010101 | 10 | 1110010 | 1100000 | 111000 |
Color Harmonies of #3AFB25
Complementary color
Monochromatic Colors of #3AFB25
Black with #3AFB25
Text Example
Text Example
White with #3AFB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFB25; }
p { color: rgb(58,251,37); }
H1.HeaderClassName
{
color: #3AFB25;
}
.AnyTagClassName
{
color: #3AFB25;
}
</style>
background-color css
<style>
a { background-color: #3AFB25; }
a { background-color: rgb(58,251,37); }
div.DivClassName
{
background-color: #3AFB25;
}
.BgClassName
{
background-color: #3AFB25;
}
</style>
border-color css
<style>
span { border-color: #3AFB25; }
span { border-color: rgb(58,251,37); }
td.TdClassName
{
border-color: #3AFB25;
}
.TagClassName
{
border-color: #3AFB25;
}
</style>