Shades of Chartreuse Yellow #DDFE01
Tints of Chartreuse Yellow #DDFE01
RGB
CMYK
RGB Variations
Color information
#DDFE01 (or 0xDDFE01) is known color: Chartreuse Yellow. HEX triplet: DD, FE and 01. RGB value is (221,254,1). Sum of RGB (Red+Green+Blue) = 221+254+1=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 254 (99.61% from 255 or 53.36% from 476); Blue value is 1 (0.78% from 255 or 0.21% from 476); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFE01 is #2201FE. Grayscale: #D8D8D8. Windows color (decimal): -2228735 or 130781. OLE color: 130781.
HSL color Cylindrical-coordinate representation of color #DDFE01: hue angle of 67.83º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDFE01 is Cyan = 0.13, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 1 | - |
| CMYK | 0.13 | 0 | 1.00 | 0.00 |
| HSL | 67.83º | 0.99% | 0.5% | - |
| HSV(B) | 67.83º | 1% | 1% | - |
| XYZ | 65.27 | 86.26 | 13.24 | - |
| YUV | 215.29 | 7.07 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 1 | 0.13 | 0 | 1.00 | 0.00 | 67.83 | 0.99 | 0.5 |
| Hex | DD | FE | 1 | D | 0 | 64 | 0 | 44 | 63 | 32 |
| Octal | 335 | 376 | 1 | 15 | 0 | 144 | 0 | 104 | 143 | 62 |
| Binary | 11011101 | 11111110 | 1 | 1101 | 0 | 1100100 | 0 | 1000100 | 1100011 | 110010 |
Color Harmonies of #DDFE01
Complementary color
Monochromatic Colors of #DDFE01
Black with #DDFE01
Text Example
Text Example
White with #DDFE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE01; }
p { color: rgb(221,254,1); }
H1.HeaderClassName
{
color: #DDFE01;
}
.AnyTagClassName
{
color: #DDFE01;
}
</style>
background-color css
<style>
a { background-color: #DDFE01; }
a { background-color: rgb(221,254,1); }
div.DivClassName
{
background-color: #DDFE01;
}
.BgClassName
{
background-color: #DDFE01;
}
</style>
border-color css
<style>
span { border-color: #DDFE01; }
span { border-color: rgb(221,254,1); }
td.TdClassName
{
border-color: #DDFE01;
}
.TagClassName
{
border-color: #DDFE01;
}
</style>