Shades of Chartreuse Yellow #DDFC1A
Tints of Chartreuse Yellow #DDFC1A
RGB
CMYK
RGB Variations
Color information
#DDFC1A (or 0xDDFC1A) is known color: Chartreuse Yellow. HEX triplet: DD, FC and 1A. RGB value is (221,252,26). Sum of RGB (Red+Green+Blue) = 221+252+26=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 26 (10.55% from 255 or 5.21% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFC1A is #2203E5. Grayscale: #D9D9D9. Windows color (decimal): -2229222 or 1768669. OLE color: 1768669.
HSL color Cylindrical-coordinate representation of color #DDFC1A: hue angle of 68.23º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDFC1A is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 26 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.01 |
| HSL | 68.23º | 0.97% | 0.55% | - |
| HSV(B) | 68.23º | 0.9% | 0.99% | - |
| XYZ | 64.82 | 85.07 | 13.98 | - |
| YUV | 216.97 | 20.23 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 26 | 0.12 | 0 | 0.90 | 0.01 | 68.23 | 0.97 | 0.55 |
| Hex | DD | FC | 1A | C | 0 | 5A | 1 | 44 | 61 | 37 |
| Octal | 335 | 374 | 32 | 14 | 0 | 132 | 1 | 104 | 141 | 67 |
| Binary | 11011101 | 11111100 | 11010 | 1100 | 0 | 1011010 | 1 | 1000100 | 1100001 | 110111 |
Color Harmonies of #DDFC1A
Complementary color
Monochromatic Colors of #DDFC1A
Black with #DDFC1A
Text Example
Text Example
White with #DDFC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC1A; }
p { color: rgb(221,252,26); }
H1.HeaderClassName
{
color: #DDFC1A;
}
.AnyTagClassName
{
color: #DDFC1A;
}
</style>
background-color css
<style>
a { background-color: #DDFC1A; }
a { background-color: rgb(221,252,26); }
div.DivClassName
{
background-color: #DDFC1A;
}
.BgClassName
{
background-color: #DDFC1A;
}
</style>
border-color css
<style>
span { border-color: #DDFC1A; }
span { border-color: rgb(221,252,26); }
td.TdClassName
{
border-color: #DDFC1A;
}
.TagClassName
{
border-color: #DDFC1A;
}
</style>