Shades of Chartreuse Yellow #DDF20A
Tints of Chartreuse Yellow #DDF20A
RGB
CMYK
RGB Variations
Color information
#DDF20A (or 0xDDF20A) is known color: Chartreuse Yellow. HEX triplet: DD, F2 and 0A. RGB value is (221,242,10). Sum of RGB (Red+Green+Blue) = 221+242+10=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 10 (4.30% from 255 or 2.11% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF20A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF20A is #220DF5. Grayscale: #D2D2D2. Windows color (decimal): -2231798 or 717533. OLE color: 717533.
HSL color Cylindrical-coordinate representation of color #DDF20A: hue angle of 65.43º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DDF20A is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 10 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.05 |
| HSL | 65.43º | 0.92% | 0.49% | - |
| HSV(B) | 65.43º | 0.96% | 0.95% | - |
| XYZ | 61.63 | 78.9 | 12.27 | - |
| YUV | 209.27 | 15.54 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 10 | 0.09 | 0 | 0.96 | 0.05 | 65.43 | 0.92 | 0.49 |
| Hex | DD | F2 | A | 9 | 0 | 60 | 5 | 41 | 5C | 31 |
| Octal | 335 | 362 | 12 | 11 | 0 | 140 | 5 | 101 | 134 | 61 |
| Binary | 11011101 | 11110010 | 1010 | 1001 | 0 | 1100000 | 101 | 1000001 | 1011100 | 110001 |
Color Harmonies of #DDF20A
Complementary color
Monochromatic Colors of #DDF20A
Black with #DDF20A
Text Example
Text Example
White with #DDF20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF20A; }
p { color: rgb(221,242,10); }
H1.HeaderClassName
{
color: #DDF20A;
}
.AnyTagClassName
{
color: #DDF20A;
}
</style>
background-color css
<style>
a { background-color: #DDF20A; }
a { background-color: rgb(221,242,10); }
div.DivClassName
{
background-color: #DDF20A;
}
.BgClassName
{
background-color: #DDF20A;
}
</style>
border-color css
<style>
span { border-color: #DDF20A; }
span { border-color: rgb(221,242,10); }
td.TdClassName
{
border-color: #DDF20A;
}
.TagClassName
{
border-color: #DDF20A;
}
</style>