Shades of Chartreuse Yellow #DDF61A
Tints of Chartreuse Yellow #DDF61A
RGB
CMYK
RGB Variations
Color information
#DDF61A (or 0xDDF61A) is known color: Chartreuse Yellow. HEX triplet: DD, F6 and 1A. RGB value is (221,246,26). Sum of RGB (Red+Green+Blue) = 221+246+26=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 26 (10.55% from 255 or 5.27% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF61A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF61A is #2209E5. Grayscale: #D6D6D6. Windows color (decimal): -2230758 or 1767133. OLE color: 1767133.
HSL color Cylindrical-coordinate representation of color #DDF61A: hue angle of 66.82º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDF61A is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 26 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.04 |
| HSL | 66.82º | 0.92% | 0.53% | - |
| HSV(B) | 66.82º | 0.89% | 0.96% | - |
| XYZ | 62.96 | 81.36 | 13.36 | - |
| YUV | 213.45 | 22.22 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 26 | 0.10 | 0 | 0.89 | 0.04 | 66.82 | 0.92 | 0.53 |
| Hex | DD | F6 | 1A | A | 0 | 59 | 4 | 43 | 5C | 35 |
| Octal | 335 | 366 | 32 | 12 | 0 | 131 | 4 | 103 | 134 | 65 |
| Binary | 11011101 | 11110110 | 11010 | 1010 | 0 | 1011001 | 100 | 1000011 | 1011100 | 110101 |
Color Harmonies of #DDF61A
Complementary color
Monochromatic Colors of #DDF61A
Black with #DDF61A
Text Example
Text Example
White with #DDF61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF61A; }
p { color: rgb(221,246,26); }
H1.HeaderClassName
{
color: #DDF61A;
}
.AnyTagClassName
{
color: #DDF61A;
}
</style>
background-color css
<style>
a { background-color: #DDF61A; }
a { background-color: rgb(221,246,26); }
div.DivClassName
{
background-color: #DDF61A;
}
.BgClassName
{
background-color: #DDF61A;
}
</style>
border-color css
<style>
span { border-color: #DDF61A; }
span { border-color: rgb(221,246,26); }
td.TdClassName
{
border-color: #DDF61A;
}
.TagClassName
{
border-color: #DDF61A;
}
</style>