Shades of Chartreuse Yellow #DDFC00
Tints of Chartreuse Yellow #DDFC00
RGB
CMYK
RGB Variations
Color information
#DDFC00 (or 0xDDFC00) is known color: Chartreuse Yellow. HEX triplet: DD, FC and 00. RGB value is (221,252,0). Sum of RGB (Red+Green+Blue) = 221+252+0=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 252 (98.83% from 255 or 53.28% from 473); Blue value is 0 (0.39% from 255 or 0% from 473); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFC00 is #2203FF. Grayscale: #D6D6D6. Windows color (decimal): -2229248 or 64733. OLE color: 64733.
HSL color Cylindrical-coordinate representation of color #DDFC00: hue angle of 67.38º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDFC00 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.01 |
| HSL | 67.38º | 1% | 0.49% | - |
| HSV(B) | 67.38º | 1% | 0.99% | - |
| XYZ | 64.63 | 84.99 | 13 | - |
| YUV | 214 | 7.23 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 0 | 0.12 | 0 | 1 | 0.01 | 67.38 | 1 | 0.49 |
| Hex | DD | FC | 0 | C | 0 | 64 | 1 | 43 | 64 | 31 |
| Octal | 335 | 374 | 0 | 14 | 0 | 144 | 1 | 103 | 144 | 61 |
| Binary | 11011101 | 11111100 | 0 | 1100 | 0 | 1100100 | 1 | 1000011 | 1100100 | 110001 |
Color Harmonies of #DDFC00
Complementary color
Monochromatic Colors of #DDFC00
Black with #DDFC00
Text Example
Text Example
White with #DDFC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC00; }
p { color: rgb(221,252,0); }
H1.HeaderClassName
{
color: #DDFC00;
}
.AnyTagClassName
{
color: #DDFC00;
}
</style>
background-color css
<style>
a { background-color: #DDFC00; }
a { background-color: rgb(221,252,0); }
div.DivClassName
{
background-color: #DDFC00;
}
.BgClassName
{
background-color: #DDFC00;
}
</style>
border-color css
<style>
span { border-color: #DDFC00; }
span { border-color: rgb(221,252,0); }
td.TdClassName
{
border-color: #DDFC00;
}
.TagClassName
{
border-color: #DDFC00;
}
</style>