Shades of Chartreuse Yellow #DDFF1A
Tints of Chartreuse Yellow #DDFF1A
RGB
CMYK
RGB Variations
Color information
#DDFF1A (or 0xDDFF1A) is known color: Chartreuse Yellow. HEX triplet: DD, FF and 1A. RGB value is (221,255,26). Sum of RGB (Red+Green+Blue) = 221+255+26=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 26 (10.55% from 255 or 5.18% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFF1A is #2200E5. Grayscale: #DBDBDB. Windows color (decimal): -2228454 or 1769437. OLE color: 1769437.
HSL color Cylindrical-coordinate representation of color #DDFF1A: hue angle of 68.91º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDFF1A is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 26 | - |
| CMYK | 0.13 | 0 | 0.90 | 0 |
| HSL | 68.91º | 1% | 0.55% | - |
| HSV(B) | 68.91º | 0.9% | 1% | - |
| XYZ | 65.77 | 86.97 | 14.3 | - |
| YUV | 218.73 | 19.24 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 26 | 0.13 | 0 | 0.90 | 0 | 68.91 | 1 | 0.55 |
| Hex | DD | FF | 1A | D | 0 | 5A | 0 | 45 | 64 | 37 |
| Octal | 335 | 377 | 32 | 15 | 0 | 132 | 0 | 105 | 144 | 67 |
| Binary | 11011101 | 11111111 | 11010 | 1101 | 0 | 1011010 | 0 | 1000101 | 1100100 | 110111 |
Color Harmonies of #DDFF1A
Complementary color
Monochromatic Colors of #DDFF1A
Black with #DDFF1A
Text Example
Text Example
White with #DDFF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF1A; }
p { color: rgb(221,255,26); }
H1.HeaderClassName
{
color: #DDFF1A;
}
.AnyTagClassName
{
color: #DDFF1A;
}
</style>
background-color css
<style>
a { background-color: #DDFF1A; }
a { background-color: rgb(221,255,26); }
div.DivClassName
{
background-color: #DDFF1A;
}
.BgClassName
{
background-color: #DDFF1A;
}
</style>
border-color css
<style>
span { border-color: #DDFF1A; }
span { border-color: rgb(221,255,26); }
td.TdClassName
{
border-color: #DDFF1A;
}
.TagClassName
{
border-color: #DDFF1A;
}
</style>