Shades of Chartreuse Yellow #DDF31A
Tints of Chartreuse Yellow #DDF31A
RGB
CMYK
RGB Variations
Color information
#DDF31A (or 0xDDF31A) is known color: Chartreuse Yellow. HEX triplet: DD, F3 and 1A. RGB value is (221,243,26). Sum of RGB (Red+Green+Blue) = 221+243+26=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 26 (10.55% from 255 or 5.31% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF31A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF31A is #220CE5. Grayscale: #D4D4D4. Windows color (decimal): -2231526 or 1766365. OLE color: 1766365.
HSL color Cylindrical-coordinate representation of color #DDF31A: hue angle of 66.08º degrees, saturation: 0.9, 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 #DDF31A is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 26 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.05 |
| HSL | 66.08º | 0.9% | 0.53% | - |
| HSV(B) | 66.08º | 0.89% | 0.95% | - |
| XYZ | 62.06 | 79.55 | 13.06 | - |
| YUV | 211.68 | 23.21 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 26 | 0.09 | 0 | 0.89 | 0.05 | 66.08 | 0.9 | 0.53 |
| Hex | DD | F3 | 1A | 9 | 0 | 59 | 5 | 42 | 5A | 35 |
| Octal | 335 | 363 | 32 | 11 | 0 | 131 | 5 | 102 | 132 | 65 |
| Binary | 11011101 | 11110011 | 11010 | 1001 | 0 | 1011001 | 101 | 1000010 | 1011010 | 110101 |
Color Harmonies of #DDF31A
Complementary color
Monochromatic Colors of #DDF31A
Black with #DDF31A
Text Example
Text Example
White with #DDF31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF31A; }
p { color: rgb(221,243,26); }
H1.HeaderClassName
{
color: #DDF31A;
}
.AnyTagClassName
{
color: #DDF31A;
}
</style>
background-color css
<style>
a { background-color: #DDF31A; }
a { background-color: rgb(221,243,26); }
div.DivClassName
{
background-color: #DDF31A;
}
.BgClassName
{
background-color: #DDF31A;
}
</style>
border-color css
<style>
span { border-color: #DDF31A; }
span { border-color: rgb(221,243,26); }
td.TdClassName
{
border-color: #DDF31A;
}
.TagClassName
{
border-color: #DDF31A;
}
</style>