Shades of Chartreuse Yellow #DDF300
Tints of Chartreuse Yellow #DDF300
RGB
CMYK
RGB Variations
Color information
#DDF300 (or 0xDDF300) is known color: Chartreuse Yellow. HEX triplet: DD, F3 and 00. RGB value is (221,243,0). Sum of RGB (Red+Green+Blue) = 221+243+0=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 243 (95.31% from 255 or 52.37% from 464); Blue value is 0 (0.39% from 255 or 0% from 464); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF300 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF300 is #220CFF. Grayscale: #D1D1D1. Windows color (decimal): -2231552 or 62429. OLE color: 62429.
HSL color Cylindrical-coordinate representation of color #DDF300: hue angle of 65.43º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDF300 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.05 |
| HSL | 65.43º | 1% | 0.48% | - |
| HSV(B) | 65.43º | 1% | 0.95% | - |
| XYZ | 61.87 | 79.47 | 12.08 | - |
| YUV | 208.72 | 10.21 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 0 | 0.09 | 0 | 1 | 0.05 | 65.43 | 1 | 0.48 |
| Hex | DD | F3 | 0 | 9 | 0 | 64 | 5 | 41 | 64 | 30 |
| Octal | 335 | 363 | 0 | 11 | 0 | 144 | 5 | 101 | 144 | 60 |
| Binary | 11011101 | 11110011 | 0 | 1001 | 0 | 1100100 | 101 | 1000001 | 1100100 | 110000 |
Color Harmonies of #DDF300
Complementary color
Monochromatic Colors of #DDF300
Black with #DDF300
Text Example
Text Example
White with #DDF300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF300; }
p { color: rgb(221,243,0); }
H1.HeaderClassName
{
color: #DDF300;
}
.AnyTagClassName
{
color: #DDF300;
}
</style>
background-color css
<style>
a { background-color: #DDF300; }
a { background-color: rgb(221,243,0); }
div.DivClassName
{
background-color: #DDF300;
}
.BgClassName
{
background-color: #DDF300;
}
</style>
border-color css
<style>
span { border-color: #DDF300; }
span { border-color: rgb(221,243,0); }
td.TdClassName
{
border-color: #DDF300;
}
.TagClassName
{
border-color: #DDF300;
}
</style>