Shades of Chartreuse Yellow #DCEB01
Tints of Chartreuse Yellow #DCEB01
RGB
CMYK
RGB Variations
Color information
#DCEB01 (or 0xDCEB01) is known color: Chartreuse Yellow. HEX triplet: DC, EB and 01. RGB value is (220,235,1). Sum of RGB (Red+Green+Blue) = 220+235+1=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 235 (92.19% from 255 or 51.54% from 456); Blue value is 1 (0.78% from 255 or 0.22% from 456); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEB01 is #2314FE. Grayscale: #CCCCCC. Windows color (decimal): -2299135 or 125916. OLE color: 125916.
HSL color Cylindrical-coordinate representation of color #DCEB01: hue angle of 63.85º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCEB01 is Cyan = 0.06, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 1 | - |
| CMYK | 0.06 | 0 | 1.00 | 0.08 |
| HSL | 63.85º | 0.99% | 0.46% | - |
| HSV(B) | 63.85º | 1% | 0.92% | - |
| XYZ | 59.23 | 74.63 | 11.31 | - |
| YUV | 203.84 | 13.53 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 1 | 0.06 | 0 | 1.00 | 0.08 | 63.85 | 0.99 | 0.46 |
| Hex | DC | EB | 1 | 6 | 0 | 64 | 8 | 40 | 63 | 2E |
| Octal | 334 | 353 | 1 | 6 | 0 | 144 | 10 | 100 | 143 | 56 |
| Binary | 11011100 | 11101011 | 1 | 110 | 0 | 1100100 | 1000 | 1000000 | 1100011 | 101110 |
Color Harmonies of #DCEB01
Complementary color
Monochromatic Colors of #DCEB01
Black with #DCEB01
Text Example
Text Example
White with #DCEB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB01; }
p { color: rgb(220,235,1); }
H1.HeaderClassName
{
color: #DCEB01;
}
.AnyTagClassName
{
color: #DCEB01;
}
</style>
background-color css
<style>
a { background-color: #DCEB01; }
a { background-color: rgb(220,235,1); }
div.DivClassName
{
background-color: #DCEB01;
}
.BgClassName
{
background-color: #DCEB01;
}
</style>
border-color css
<style>
span { border-color: #DCEB01; }
span { border-color: rgb(220,235,1); }
td.TdClassName
{
border-color: #DCEB01;
}
.TagClassName
{
border-color: #DCEB01;
}
</style>