Shades of Chartreuse Yellow #DDF21A
Tints of Chartreuse Yellow #DDF21A
RGB
CMYK
RGB Variations
Color information
#DDF21A (or 0xDDF21A) is known color: Chartreuse Yellow. HEX triplet: DD, F2 and 1A. RGB value is (221,242,26). Sum of RGB (Red+Green+Blue) = 221+242+26=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 26 (10.55% from 255 or 5.32% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF21A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF21A is #220DE5. Grayscale: #D3D3D3. Windows color (decimal): -2231782 or 1766109. OLE color: 1766109.
HSL color Cylindrical-coordinate representation of color #DDF21A: hue angle of 65.83º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDF21A is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 26 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.05 |
| HSL | 65.83º | 0.89% | 0.53% | - |
| HSV(B) | 65.83º | 0.89% | 0.95% | - |
| XYZ | 61.76 | 78.95 | 12.96 | - |
| YUV | 211.1 | 23.54 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 26 | 0.09 | 0 | 0.89 | 0.05 | 65.83 | 0.89 | 0.53 |
| Hex | DD | F2 | 1A | 9 | 0 | 59 | 5 | 42 | 59 | 35 |
| Octal | 335 | 362 | 32 | 11 | 0 | 131 | 5 | 102 | 131 | 65 |
| Binary | 11011101 | 11110010 | 11010 | 1001 | 0 | 1011001 | 101 | 1000010 | 1011001 | 110101 |
Color Harmonies of #DDF21A
Complementary color
Monochromatic Colors of #DDF21A
Black with #DDF21A
Text Example
Text Example
White with #DDF21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF21A; }
p { color: rgb(221,242,26); }
H1.HeaderClassName
{
color: #DDF21A;
}
.AnyTagClassName
{
color: #DDF21A;
}
</style>
background-color css
<style>
a { background-color: #DDF21A; }
a { background-color: rgb(221,242,26); }
div.DivClassName
{
background-color: #DDF21A;
}
.BgClassName
{
background-color: #DDF21A;
}
</style>
border-color css
<style>
span { border-color: #DDF21A; }
span { border-color: rgb(221,242,26); }
td.TdClassName
{
border-color: #DDF21A;
}
.TagClassName
{
border-color: #DDF21A;
}
</style>