Shades of Chartreuse Yellow #DDF913
Tints of Chartreuse Yellow #DDF913
RGB
CMYK
RGB Variations
Color information
#DDF913 (or 0xDDF913) is known color: Chartreuse Yellow. HEX triplet: DD, F9 and 13. RGB value is (221,249,19). Sum of RGB (Red+Green+Blue) = 221+249+19=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 249 (97.66% from 255 or 50.92% from 489); Blue value is 19 (7.81% from 255 or 3.89% from 489); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF913 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF913 is #2206EC. Grayscale: #D7D7D7. Windows color (decimal): -2229997 or 1309149. OLE color: 1309149.
HSL color Cylindrical-coordinate representation of color #DDF913: hue angle of 67.3º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDF913 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 19 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.02 |
| HSL | 67.3º | 0.95% | 0.53% | - |
| HSV(B) | 67.3º | 0.92% | 0.98% | - |
| XYZ | 63.81 | 83.17 | 13.31 | - |
| YUV | 214.41 | 17.72 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 19 | 0.11 | 0 | 0.92 | 0.02 | 67.3 | 0.95 | 0.53 |
| Hex | DD | F9 | 13 | B | 0 | 5C | 2 | 43 | 5F | 35 |
| Octal | 335 | 371 | 23 | 13 | 0 | 134 | 2 | 103 | 137 | 65 |
| Binary | 11011101 | 11111001 | 10011 | 1011 | 0 | 1011100 | 10 | 1000011 | 1011111 | 110101 |
Color Harmonies of #DDF913
Complementary color
Monochromatic Colors of #DDF913
Black with #DDF913
Text Example
Text Example
White with #DDF913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF913; }
p { color: rgb(221,249,19); }
H1.HeaderClassName
{
color: #DDF913;
}
.AnyTagClassName
{
color: #DDF913;
}
</style>
background-color css
<style>
a { background-color: #DDF913; }
a { background-color: rgb(221,249,19); }
div.DivClassName
{
background-color: #DDF913;
}
.BgClassName
{
background-color: #DDF913;
}
</style>
border-color css
<style>
span { border-color: #DDF913; }
span { border-color: rgb(221,249,19); }
td.TdClassName
{
border-color: #DDF913;
}
.TagClassName
{
border-color: #DDF913;
}
</style>