Shades of Chartreuse Yellow #EFFF13
Tints of Chartreuse Yellow #EFFF13
RGB
CMYK
RGB Variations
Color information
#EFFF13 (or 0xEFFF13) is known color: Chartreuse Yellow. HEX triplet: EF, FF and 13. RGB value is (239,255,19). Sum of RGB (Red+Green+Blue) = 239+255+19=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 19 (7.81% from 255 or 3.70% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFF13 is #1000EC. Grayscale: #E0E0E0. Windows color (decimal): -1048813 or 1310703. OLE color: 1310703.
HSL color Cylindrical-coordinate representation of color #EFFF13: hue angle of 64.07º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EFFF13 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 19 | - |
| CMYK | 0.06 | 0 | 0.93 | 0 |
| HSL | 64.07º | 1% | 0.54% | - |
| HSV(B) | 64.07º | 0.93% | 1% | - |
| XYZ | 71.47 | 89.92 | 14.2 | - |
| YUV | 223.31 | 12.7 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 19 | 0.06 | 0 | 0.93 | 0 | 64.07 | 1 | 0.54 |
| Hex | EF | FF | 13 | 6 | 0 | 5D | 0 | 40 | 64 | 36 |
| Octal | 357 | 377 | 23 | 6 | 0 | 135 | 0 | 100 | 144 | 66 |
| Binary | 11101111 | 11111111 | 10011 | 110 | 0 | 1011101 | 0 | 1000000 | 1100100 | 110110 |
Color Harmonies of #EFFF13
Complementary color
Monochromatic Colors of #EFFF13
Black with #EFFF13
Text Example
Text Example
White with #EFFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFF13; }
p { color: rgb(239,255,19); }
H1.HeaderClassName
{
color: #EFFF13;
}
.AnyTagClassName
{
color: #EFFF13;
}
</style>
background-color css
<style>
a { background-color: #EFFF13; }
a { background-color: rgb(239,255,19); }
div.DivClassName
{
background-color: #EFFF13;
}
.BgClassName
{
background-color: #EFFF13;
}
</style>
border-color css
<style>
span { border-color: #EFFF13; }
span { border-color: rgb(239,255,19); }
td.TdClassName
{
border-color: #EFFF13;
}
.TagClassName
{
border-color: #EFFF13;
}
</style>