Shades of Chartreuse Yellow #DDFE14
Tints of Chartreuse Yellow #DDFE14
RGB
CMYK
RGB Variations
Color information
#DDFE14 (or 0xDDFE14) is known color: Chartreuse Yellow. HEX triplet: DD, FE and 14. RGB value is (221,254,20). Sum of RGB (Red+Green+Blue) = 221+254+20=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 20 (8.20% from 255 or 4.04% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFE14 is #2201EB. Grayscale: #DADADA. Windows color (decimal): -2228716 or 1375965. OLE color: 1375965.
HSL color Cylindrical-coordinate representation of color #DDFE14: hue angle of 68.46º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDFE14 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 20 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.00 |
| HSL | 68.46º | 0.99% | 0.54% | - |
| HSV(B) | 68.46º | 0.92% | 1% | - |
| XYZ | 65.39 | 86.31 | 13.87 | - |
| YUV | 217.46 | 16.57 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 20 | 0.13 | 0 | 0.92 | 0.00 | 68.46 | 0.99 | 0.54 |
| Hex | DD | FE | 14 | D | 0 | 5C | 0 | 44 | 63 | 36 |
| Octal | 335 | 376 | 24 | 15 | 0 | 134 | 0 | 104 | 143 | 66 |
| Binary | 11011101 | 11111110 | 10100 | 1101 | 0 | 1011100 | 0 | 1000100 | 1100011 | 110110 |
Color Harmonies of #DDFE14
Complementary color
Monochromatic Colors of #DDFE14
Black with #DDFE14
Text Example
Text Example
White with #DDFE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE14; }
p { color: rgb(221,254,20); }
H1.HeaderClassName
{
color: #DDFE14;
}
.AnyTagClassName
{
color: #DDFE14;
}
</style>
background-color css
<style>
a { background-color: #DDFE14; }
a { background-color: rgb(221,254,20); }
div.DivClassName
{
background-color: #DDFE14;
}
.BgClassName
{
background-color: #DDFE14;
}
</style>
border-color css
<style>
span { border-color: #DDFE14; }
span { border-color: rgb(221,254,20); }
td.TdClassName
{
border-color: #DDFE14;
}
.TagClassName
{
border-color: #DDFE14;
}
</style>