Shades of Chartreuse Yellow #DDF900
Tints of Chartreuse Yellow #DDF900
RGB
CMYK
RGB Variations
Color information
#DDF900 (or 0xDDF900) is known color: Chartreuse Yellow. HEX triplet: DD, F9 and 00. RGB value is (221,249,0). Sum of RGB (Red+Green+Blue) = 221+249+0=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 249 (97.66% from 255 or 52.98% from 470); Blue value is 0 (0.39% from 255 or 0% from 470); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF900 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF900 is #2206FF. Grayscale: #D5D5D5. Windows color (decimal): -2230016 or 63965. OLE color: 63965.
HSL color Cylindrical-coordinate representation of color #DDF900: hue angle of 66.75º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDF900 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.02 |
| HSL | 66.75º | 1% | 0.49% | - |
| HSV(B) | 66.75º | 1% | 0.98% | - |
| XYZ | 63.69 | 83.12 | 12.69 | - |
| YUV | 212.24 | 8.22 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 0 | 0.11 | 0 | 1 | 0.02 | 66.75 | 1 | 0.49 |
| Hex | DD | F9 | 0 | B | 0 | 64 | 2 | 43 | 64 | 31 |
| Octal | 335 | 371 | 0 | 13 | 0 | 144 | 2 | 103 | 144 | 61 |
| Binary | 11011101 | 11111001 | 0 | 1011 | 0 | 1100100 | 10 | 1000011 | 1100100 | 110001 |
Color Harmonies of #DDF900
Complementary color
Monochromatic Colors of #DDF900
Black with #DDF900
Text Example
Text Example
White with #DDF900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF900; }
p { color: rgb(221,249,0); }
H1.HeaderClassName
{
color: #DDF900;
}
.AnyTagClassName
{
color: #DDF900;
}
</style>
background-color css
<style>
a { background-color: #DDF900; }
a { background-color: rgb(221,249,0); }
div.DivClassName
{
background-color: #DDF900;
}
.BgClassName
{
background-color: #DDF900;
}
</style>
border-color css
<style>
span { border-color: #DDF900; }
span { border-color: rgb(221,249,0); }
td.TdClassName
{
border-color: #DDF900;
}
.TagClassName
{
border-color: #DDF900;
}
</style>