Shades of Chartreuse Yellow #DDF61C
Tints of Chartreuse Yellow #DDF61C
RGB
CMYK
RGB Variations
Color information
#DDF61C (or 0xDDF61C) is known color: Chartreuse Yellow. HEX triplet: DD, F6 and 1C. RGB value is (221,246,28). Sum of RGB (Red+Green+Blue) = 221+246+28=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 28 (11.33% from 255 or 5.66% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF61C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF61C is #2209E3. Grayscale: #D6D6D6. Windows color (decimal): -2230756 or 1898205. OLE color: 1898205.
HSL color Cylindrical-coordinate representation of color #DDF61C: hue angle of 66.88º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDF61C is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 28 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.04 |
| HSL | 66.88º | 0.92% | 0.54% | - |
| HSV(B) | 66.88º | 0.89% | 0.96% | - |
| XYZ | 62.98 | 81.37 | 13.48 | - |
| YUV | 213.67 | 23.22 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 28 | 0.10 | 0 | 0.89 | 0.04 | 66.88 | 0.92 | 0.54 |
| Hex | DD | F6 | 1C | A | 0 | 59 | 4 | 43 | 5C | 36 |
| Octal | 335 | 366 | 34 | 12 | 0 | 131 | 4 | 103 | 134 | 66 |
| Binary | 11011101 | 11110110 | 11100 | 1010 | 0 | 1011001 | 100 | 1000011 | 1011100 | 110110 |
Color Harmonies of #DDF61C
Complementary color
Monochromatic Colors of #DDF61C
Black with #DDF61C
Text Example
Text Example
White with #DDF61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF61C; }
p { color: rgb(221,246,28); }
H1.HeaderClassName
{
color: #DDF61C;
}
.AnyTagClassName
{
color: #DDF61C;
}
</style>
background-color css
<style>
a { background-color: #DDF61C; }
a { background-color: rgb(221,246,28); }
div.DivClassName
{
background-color: #DDF61C;
}
.BgClassName
{
background-color: #DDF61C;
}
</style>
border-color css
<style>
span { border-color: #DDF61C; }
span { border-color: rgb(221,246,28); }
td.TdClassName
{
border-color: #DDF61C;
}
.TagClassName
{
border-color: #DDF61C;
}
</style>