Shades of Chartreuse Yellow #DDF413
Tints of Chartreuse Yellow #DDF413
RGB
CMYK
RGB Variations
Color information
#DDF413 (or 0xDDF413) is known color: Chartreuse Yellow. HEX triplet: DD, F4 and 13. RGB value is (221,244,19). Sum of RGB (Red+Green+Blue) = 221+244+19=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 244 (95.70% from 255 or 50.41% from 484); Blue value is 19 (7.81% from 255 or 3.93% from 484); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF413 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF413 is #220BEC. Grayscale: #D4D4D4. Windows color (decimal): -2231277 or 1307869. OLE color: 1307869.
HSL color Cylindrical-coordinate representation of color #DDF413: hue angle of 66.13º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDF413 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 244 | 19 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.04 |
| HSL | 66.13º | 0.91% | 0.52% | - |
| HSV(B) | 66.13º | 0.92% | 0.96% | - |
| XYZ | 62.29 | 80.12 | 12.8 | - |
| YUV | 211.47 | 19.38 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 244 | 19 | 0.09 | 0 | 0.92 | 0.04 | 66.13 | 0.91 | 0.52 |
| Hex | DD | F4 | 13 | 9 | 0 | 5C | 4 | 42 | 5B | 34 |
| Octal | 335 | 364 | 23 | 11 | 0 | 134 | 4 | 102 | 133 | 64 |
| Binary | 11011101 | 11110100 | 10011 | 1001 | 0 | 1011100 | 100 | 1000010 | 1011011 | 110100 |
Color Harmonies of #DDF413
Complementary color
Monochromatic Colors of #DDF413
Black with #DDF413
Text Example
Text Example
White with #DDF413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF413; }
p { color: rgb(221,244,19); }
H1.HeaderClassName
{
color: #DDF413;
}
.AnyTagClassName
{
color: #DDF413;
}
</style>
background-color css
<style>
a { background-color: #DDF413; }
a { background-color: rgb(221,244,19); }
div.DivClassName
{
background-color: #DDF413;
}
.BgClassName
{
background-color: #DDF413;
}
</style>
border-color css
<style>
span { border-color: #DDF413; }
span { border-color: rgb(221,244,19); }
td.TdClassName
{
border-color: #DDF413;
}
.TagClassName
{
border-color: #DDF413;
}
</style>