Shades of Harlequin #4CFA30
Tints of Harlequin #4CFA30
RGB
CMYK
RGB Variations
Color information
#4CFA30 (or 0x4CFA30) is known color: Harlequin. HEX triplet: 4C, FA and 30. RGB value is (76,250,48). Sum of RGB (Red+Green+Blue) = 76+250+48=374 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.32% from 374); Green value is 250 (98.05% from 255 or 66.84% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFA30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFA30 is #B305CF. Grayscale: #AFAFAF. Windows color (decimal): -11732432 or 3209804. OLE color: 3209804.
HSL color Cylindrical-coordinate representation of color #4CFA30: hue angle of 111.68º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4CFA30 is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 250 | 48 | - |
| CMYK | 0.70 | 0 | 0.81 | 0.02 |
| HSL | 111.68º | 0.95% | 0.58% | - |
| HSV(B) | 111.68º | 0.81% | 0.98% | - |
| XYZ | 37.7 | 70.12 | 14.34 | - |
| YUV | 174.95 | 56.35 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 250 | 48 | 0.70 | 0 | 0.81 | 0.02 | 111.68 | 0.95 | 0.58 |
| Hex | 4C | FA | 30 | 46 | 0 | 51 | 2 | 70 | 5F | 3A |
| Octal | 114 | 372 | 60 | 106 | 0 | 121 | 2 | 160 | 137 | 72 |
| Binary | 1001100 | 11111010 | 110000 | 1000110 | 0 | 1010001 | 10 | 1110000 | 1011111 | 111010 |
Color Harmonies of #4CFA30
Complementary color
Monochromatic Colors of #4CFA30
Black with #4CFA30
Text Example
Text Example
White with #4CFA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFA30; }
p { color: rgb(76,250,48); }
H1.HeaderClassName
{
color: #4CFA30;
}
.AnyTagClassName
{
color: #4CFA30;
}
</style>
background-color css
<style>
a { background-color: #4CFA30; }
a { background-color: rgb(76,250,48); }
div.DivClassName
{
background-color: #4CFA30;
}
.BgClassName
{
background-color: #4CFA30;
}
</style>
border-color css
<style>
span { border-color: #4CFA30; }
span { border-color: rgb(76,250,48); }
td.TdClassName
{
border-color: #4CFA30;
}
.TagClassName
{
border-color: #4CFA30;
}
</style>