Shades of Chartreuse Yellow #EBF201
Tints of Chartreuse Yellow #EBF201
RGB
CMYK
RGB Variations
Color information
#EBF201 (or 0xEBF201) is known color: Chartreuse Yellow. HEX triplet: EB, F2 and 01. RGB value is (235,242,1). Sum of RGB (Red+Green+Blue) = 235+242+1=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 1 (0.78% from 255 or 0.21% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF201 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBF201 is #140DFE. Grayscale: #D5D5D5. Windows color (decimal): -1314303 or 127723. OLE color: 127723.
HSL color Cylindrical-coordinate representation of color #EBF201: hue angle of 61.74º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EBF201 is Cyan = 0.03, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 242 | 1 | - |
| CMYK | 0.03 | 0 | 1.00 | 0.05 |
| HSL | 61.74º | 0.99% | 0.48% | - |
| HSV(B) | 61.74º | 1% | 0.95% | - |
| XYZ | 66.02 | 81.17 | 12.22 | - |
| YUV | 212.43 | 8.68 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 242 | 1 | 0.03 | 0 | 1.00 | 0.05 | 61.74 | 0.99 | 0.48 |
| Hex | EB | F2 | 1 | 3 | 0 | 64 | 5 | 3E | 63 | 30 |
| Octal | 353 | 362 | 1 | 3 | 0 | 144 | 5 | 76 | 143 | 60 |
| Binary | 11101011 | 11110010 | 1 | 11 | 0 | 1100100 | 101 | 111110 | 1100011 | 110000 |
Color Harmonies of #EBF201
Complementary color
Monochromatic Colors of #EBF201
Black with #EBF201
Text Example
Text Example
White with #EBF201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF201; }
p { color: rgb(235,242,1); }
H1.HeaderClassName
{
color: #EBF201;
}
.AnyTagClassName
{
color: #EBF201;
}
</style>
background-color css
<style>
a { background-color: #EBF201; }
a { background-color: rgb(235,242,1); }
div.DivClassName
{
background-color: #EBF201;
}
.BgClassName
{
background-color: #EBF201;
}
</style>
border-color css
<style>
span { border-color: #EBF201; }
span { border-color: rgb(235,242,1); }
td.TdClassName
{
border-color: #EBF201;
}
.TagClassName
{
border-color: #EBF201;
}
</style>