Shades of Chartreuse Yellow #DDF610
Tints of Chartreuse Yellow #DDF610
RGB
CMYK
RGB Variations
Color information
#DDF610 (or 0xDDF610) is known color: Chartreuse Yellow. HEX triplet: DD, F6 and 10. RGB value is (221,246,16). Sum of RGB (Red+Green+Blue) = 221+246+16=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 246 (96.48% from 255 or 50.93% from 483); Blue value is 16 (6.64% from 255 or 3.31% from 483); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF610 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF610 is #2209EF. Grayscale: #D5D5D5. Windows color (decimal): -2230768 or 1111773. OLE color: 1111773.
HSL color Cylindrical-coordinate representation of color #DDF610: hue angle of 66.52º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDF610 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 16 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.04 |
| HSL | 66.52º | 0.93% | 0.51% | - |
| HSV(B) | 66.52º | 0.93% | 0.96% | - |
| XYZ | 62.87 | 81.32 | 12.87 | - |
| YUV | 212.31 | 17.22 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 16 | 0.10 | 0 | 0.93 | 0.04 | 66.52 | 0.93 | 0.51 |
| Hex | DD | F6 | 10 | A | 0 | 5D | 4 | 43 | 5D | 33 |
| Octal | 335 | 366 | 20 | 12 | 0 | 135 | 4 | 103 | 135 | 63 |
| Binary | 11011101 | 11110110 | 10000 | 1010 | 0 | 1011101 | 100 | 1000011 | 1011101 | 110011 |
Color Harmonies of #DDF610
Complementary color
Monochromatic Colors of #DDF610
Black with #DDF610
Text Example
Text Example
White with #DDF610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF610; }
p { color: rgb(221,246,16); }
H1.HeaderClassName
{
color: #DDF610;
}
.AnyTagClassName
{
color: #DDF610;
}
</style>
background-color css
<style>
a { background-color: #DDF610; }
a { background-color: rgb(221,246,16); }
div.DivClassName
{
background-color: #DDF610;
}
.BgClassName
{
background-color: #DDF610;
}
</style>
border-color css
<style>
span { border-color: #DDF610; }
span { border-color: rgb(221,246,16); }
td.TdClassName
{
border-color: #DDF610;
}
.TagClassName
{
border-color: #DDF610;
}
</style>