Shades of Chartreuse Yellow #DCEE01
Tints of Chartreuse Yellow #DCEE01
RGB
CMYK
RGB Variations
Color information
#DCEE01 (or 0xDCEE01) is known color: Chartreuse Yellow. HEX triplet: DC, EE and 01. RGB value is (220,238,1). Sum of RGB (Red+Green+Blue) = 220+238+1=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 1 (0.78% from 255 or 0.22% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEE01 is #2311FE. Grayscale: #CECECE. Windows color (decimal): -2298367 or 126684. OLE color: 126684.
HSL color Cylindrical-coordinate representation of color #DCEE01: hue angle of 64.56º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCEE01 is Cyan = 0.08, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 1 | - |
| CMYK | 0.08 | 0 | 1.00 | 0.07 |
| HSL | 64.56º | 0.99% | 0.47% | - |
| HSV(B) | 64.56º | 1% | 0.93% | - |
| XYZ | 60.1 | 76.37 | 11.6 | - |
| YUV | 205.6 | 12.54 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 1 | 0.08 | 0 | 1.00 | 0.07 | 64.56 | 0.99 | 0.47 |
| Hex | DC | EE | 1 | 8 | 0 | 64 | 7 | 41 | 63 | 2F |
| Octal | 334 | 356 | 1 | 10 | 0 | 144 | 7 | 101 | 143 | 57 |
| Binary | 11011100 | 11101110 | 1 | 1000 | 0 | 1100100 | 111 | 1000001 | 1100011 | 101111 |
Color Harmonies of #DCEE01
Complementary color
Monochromatic Colors of #DCEE01
Black with #DCEE01
Text Example
Text Example
White with #DCEE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE01; }
p { color: rgb(220,238,1); }
H1.HeaderClassName
{
color: #DCEE01;
}
.AnyTagClassName
{
color: #DCEE01;
}
</style>
background-color css
<style>
a { background-color: #DCEE01; }
a { background-color: rgb(220,238,1); }
div.DivClassName
{
background-color: #DCEE01;
}
.BgClassName
{
background-color: #DCEE01;
}
</style>
border-color css
<style>
span { border-color: #DCEE01; }
span { border-color: rgb(220,238,1); }
td.TdClassName
{
border-color: #DCEE01;
}
.TagClassName
{
border-color: #DCEE01;
}
</style>