Shades of Chartreuse Yellow #DDFC0C
Tints of Chartreuse Yellow #DDFC0C
RGB
CMYK
RGB Variations
Color information
#DDFC0C (or 0xDDFC0C) is known color: Chartreuse Yellow. HEX triplet: DD, FC and 0C. RGB value is (221,252,12). Sum of RGB (Red+Green+Blue) = 221+252+12=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 252 (98.83% from 255 or 51.96% from 485); Blue value is 12 (5.08% from 255 or 2.47% from 485); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFC0C is #2203F3. Grayscale: #D8D8D8. Windows color (decimal): -2229236 or 851165. OLE color: 851165.
HSL color Cylindrical-coordinate representation of color #DDFC0C: hue angle of 67.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDFC0C is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 12 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.01 |
| HSL | 67.75º | 0.98% | 0.52% | - |
| HSV(B) | 67.75º | 0.95% | 0.99% | - |
| XYZ | 64.7 | 85.02 | 13.35 | - |
| YUV | 215.37 | 13.23 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 12 | 0.12 | 0 | 0.95 | 0.01 | 67.75 | 0.98 | 0.52 |
| Hex | DD | FC | C | C | 0 | 5F | 1 | 44 | 62 | 34 |
| Octal | 335 | 374 | 14 | 14 | 0 | 137 | 1 | 104 | 142 | 64 |
| Binary | 11011101 | 11111100 | 1100 | 1100 | 0 | 1011111 | 1 | 1000100 | 1100010 | 110100 |
Color Harmonies of #DDFC0C
Complementary color
Monochromatic Colors of #DDFC0C
Black with #DDFC0C
Text Example
Text Example
White with #DDFC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC0C; }
p { color: rgb(221,252,12); }
H1.HeaderClassName
{
color: #DDFC0C;
}
.AnyTagClassName
{
color: #DDFC0C;
}
</style>
background-color css
<style>
a { background-color: #DDFC0C; }
a { background-color: rgb(221,252,12); }
div.DivClassName
{
background-color: #DDFC0C;
}
.BgClassName
{
background-color: #DDFC0C;
}
</style>
border-color css
<style>
span { border-color: #DDFC0C; }
span { border-color: rgb(221,252,12); }
td.TdClassName
{
border-color: #DDFC0C;
}
.TagClassName
{
border-color: #DDFC0C;
}
</style>