Shades of Chartreuse Yellow #DDFC02
Tints of Chartreuse Yellow #DDFC02
RGB
CMYK
RGB Variations
Color information
#DDFC02 (or 0xDDFC02) is known color: Chartreuse Yellow. HEX triplet: DD, FC and 02. RGB value is (221,252,2). Sum of RGB (Red+Green+Blue) = 221+252+2=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 252 (98.83% from 255 or 53.05% from 475); Blue value is 2 (1.17% from 255 or 0.42% from 475); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFC02 is #2203FD. Grayscale: #D7D7D7. Windows color (decimal): -2229246 or 195805. OLE color: 195805.
HSL color Cylindrical-coordinate representation of color #DDFC02: hue angle of 67.44º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DDFC02 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 2 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.01 |
| HSL | 67.44º | 0.98% | 0.5% | - |
| HSV(B) | 67.44º | 0.99% | 0.99% | - |
| XYZ | 64.64 | 85 | 13.06 | - |
| YUV | 214.23 | 8.23 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 2 | 0.12 | 0 | 0.99 | 0.01 | 67.44 | 0.98 | 0.5 |
| Hex | DD | FC | 2 | C | 0 | 63 | 1 | 43 | 62 | 32 |
| Octal | 335 | 374 | 2 | 14 | 0 | 143 | 1 | 103 | 142 | 62 |
| Binary | 11011101 | 11111100 | 10 | 1100 | 0 | 1100011 | 1 | 1000011 | 1100010 | 110010 |
Color Harmonies of #DDFC02
Complementary color
Monochromatic Colors of #DDFC02
Black with #DDFC02
Text Example
Text Example
White with #DDFC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC02; }
p { color: rgb(221,252,2); }
H1.HeaderClassName
{
color: #DDFC02;
}
.AnyTagClassName
{
color: #DDFC02;
}
</style>
background-color css
<style>
a { background-color: #DDFC02; }
a { background-color: rgb(221,252,2); }
div.DivClassName
{
background-color: #DDFC02;
}
.BgClassName
{
background-color: #DDFC02;
}
</style>
border-color css
<style>
span { border-color: #DDFC02; }
span { border-color: rgb(221,252,2); }
td.TdClassName
{
border-color: #DDFC02;
}
.TagClassName
{
border-color: #DDFC02;
}
</style>