Shades of Chartreuse Yellow #DDF803
Tints of Chartreuse Yellow #DDF803
RGB
CMYK
RGB Variations
Color information
#DDF803 (or 0xDDF803) is known color: Chartreuse Yellow. HEX triplet: DD, F8 and 03. RGB value is (221,248,3). Sum of RGB (Red+Green+Blue) = 221+248+3=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 248 (97.27% from 255 or 52.54% from 472); Blue value is 3 (1.56% from 255 or 0.64% from 472); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF803 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF803 is #2207FC. Grayscale: #D4D4D4. Windows color (decimal): -2230269 or 260317. OLE color: 260317.
HSL color Cylindrical-coordinate representation of color #DDF803: hue angle of 66.61º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DDF803 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 3 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.03 |
| HSL | 66.61º | 0.98% | 0.49% | - |
| HSV(B) | 66.61º | 0.99% | 0.97% | - |
| XYZ | 63.4 | 82.51 | 12.67 | - |
| YUV | 212 | 10.05 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 3 | 0.11 | 0 | 0.99 | 0.03 | 66.61 | 0.98 | 0.49 |
| Hex | DD | F8 | 3 | B | 0 | 63 | 3 | 43 | 62 | 31 |
| Octal | 335 | 370 | 3 | 13 | 0 | 143 | 3 | 103 | 142 | 61 |
| Binary | 11011101 | 11111000 | 11 | 1011 | 0 | 1100011 | 11 | 1000011 | 1100010 | 110001 |
Color Harmonies of #DDF803
Complementary color
Monochromatic Colors of #DDF803
Black with #DDF803
Text Example
Text Example
White with #DDF803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF803; }
p { color: rgb(221,248,3); }
H1.HeaderClassName
{
color: #DDF803;
}
.AnyTagClassName
{
color: #DDF803;
}
</style>
background-color css
<style>
a { background-color: #DDF803; }
a { background-color: rgb(221,248,3); }
div.DivClassName
{
background-color: #DDF803;
}
.BgClassName
{
background-color: #DDF803;
}
</style>
border-color css
<style>
span { border-color: #DDF803; }
span { border-color: rgb(221,248,3); }
td.TdClassName
{
border-color: #DDF803;
}
.TagClassName
{
border-color: #DDF803;
}
</style>