Shades of Chartreuse Yellow #DDF605
Tints of Chartreuse Yellow #DDF605
RGB
CMYK
RGB Variations
Color information
#DDF605 (or 0xDDF605) is known color: Chartreuse Yellow. HEX triplet: DD, F6 and 05. RGB value is (221,246,5). Sum of RGB (Red+Green+Blue) = 221+246+5=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 246 (96.48% from 255 or 52.12% from 472); Blue value is 5 (2.34% from 255 or 1.06% from 472); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF605 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF605 is #2209FA. Grayscale: #D3D3D3. Windows color (decimal): -2230779 or 390877. OLE color: 390877.
HSL color Cylindrical-coordinate representation of color #DDF605: hue angle of 66.22º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDF605 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 5 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.04 |
| HSL | 66.22º | 0.96% | 0.49% | - |
| HSV(B) | 66.22º | 0.98% | 0.96% | - |
| XYZ | 62.8 | 81.29 | 12.53 | - |
| YUV | 211.05 | 11.72 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 5 | 0.10 | 0 | 0.98 | 0.04 | 66.22 | 0.96 | 0.49 |
| Hex | DD | F6 | 5 | A | 0 | 62 | 4 | 42 | 60 | 31 |
| Octal | 335 | 366 | 5 | 12 | 0 | 142 | 4 | 102 | 140 | 61 |
| Binary | 11011101 | 11110110 | 101 | 1010 | 0 | 1100010 | 100 | 1000010 | 1100000 | 110001 |
Color Harmonies of #DDF605
Complementary color
Monochromatic Colors of #DDF605
Black with #DDF605
Text Example
Text Example
White with #DDF605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF605; }
p { color: rgb(221,246,5); }
H1.HeaderClassName
{
color: #DDF605;
}
.AnyTagClassName
{
color: #DDF605;
}
</style>
background-color css
<style>
a { background-color: #DDF605; }
a { background-color: rgb(221,246,5); }
div.DivClassName
{
background-color: #DDF605;
}
.BgClassName
{
background-color: #DDF605;
}
</style>
border-color css
<style>
span { border-color: #DDF605; }
span { border-color: rgb(221,246,5); }
td.TdClassName
{
border-color: #DDF605;
}
.TagClassName
{
border-color: #DDF605;
}
</style>