Shades of Chartreuse Yellow #DDF20D
Tints of Chartreuse Yellow #DDF20D
RGB
CMYK
RGB Variations
Color information
#DDF20D (or 0xDDF20D) is known color: Chartreuse Yellow. HEX triplet: DD, F2 and 0D. RGB value is (221,242,13). Sum of RGB (Red+Green+Blue) = 221+242+13=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 13 (5.47% from 255 or 2.73% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF20D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF20D is #220DF2. Grayscale: #D2D2D2. Windows color (decimal): -2231795 or 914141. OLE color: 914141.
HSL color Cylindrical-coordinate representation of color #DDF20D: hue angle of 65.5º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDF20D is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 13 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.05 |
| HSL | 65.5º | 0.9% | 0.5% | - |
| HSV(B) | 65.5º | 0.95% | 0.95% | - |
| XYZ | 61.64 | 78.91 | 12.36 | - |
| YUV | 209.62 | 17.04 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 13 | 0.09 | 0 | 0.95 | 0.05 | 65.5 | 0.9 | 0.5 |
| Hex | DD | F2 | D | 9 | 0 | 5F | 5 | 42 | 5A | 32 |
| Octal | 335 | 362 | 15 | 11 | 0 | 137 | 5 | 102 | 132 | 62 |
| Binary | 11011101 | 11110010 | 1101 | 1001 | 0 | 1011111 | 101 | 1000010 | 1011010 | 110010 |
Color Harmonies of #DDF20D
Complementary color
Monochromatic Colors of #DDF20D
Black with #DDF20D
Text Example
Text Example
White with #DDF20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF20D; }
p { color: rgb(221,242,13); }
H1.HeaderClassName
{
color: #DDF20D;
}
.AnyTagClassName
{
color: #DDF20D;
}
</style>
background-color css
<style>
a { background-color: #DDF20D; }
a { background-color: rgb(221,242,13); }
div.DivClassName
{
background-color: #DDF20D;
}
.BgClassName
{
background-color: #DDF20D;
}
</style>
border-color css
<style>
span { border-color: #DDF20D; }
span { border-color: rgb(221,242,13); }
td.TdClassName
{
border-color: #DDF20D;
}
.TagClassName
{
border-color: #DDF20D;
}
</style>