Shades of Chartreuse Yellow #DDF301
Tints of Chartreuse Yellow #DDF301
RGB
CMYK
RGB Variations
Color information
#DDF301 (or 0xDDF301) is known color: Chartreuse Yellow. HEX triplet: DD, F3 and 01. RGB value is (221,243,1). Sum of RGB (Red+Green+Blue) = 221+243+1=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 243 (95.31% from 255 or 52.26% from 465); Blue value is 1 (0.78% from 255 or 0.22% from 465); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF301 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF301 is #220CFE. Grayscale: #D1D1D1. Windows color (decimal): -2231551 or 127965. OLE color: 127965.
HSL color Cylindrical-coordinate representation of color #DDF301: hue angle of 65.45º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDF301 is Cyan = 0.09, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 1 | - |
| CMYK | 0.09 | 0 | 1.00 | 0.05 |
| HSL | 65.45º | 0.99% | 0.48% | - |
| HSV(B) | 65.45º | 1% | 0.95% | - |
| XYZ | 61.87 | 79.48 | 12.11 | - |
| YUV | 208.83 | 10.71 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 1 | 0.09 | 0 | 1.00 | 0.05 | 65.45 | 0.99 | 0.48 |
| Hex | DD | F3 | 1 | 9 | 0 | 64 | 5 | 41 | 63 | 30 |
| Octal | 335 | 363 | 1 | 11 | 0 | 144 | 5 | 101 | 143 | 60 |
| Binary | 11011101 | 11110011 | 1 | 1001 | 0 | 1100100 | 101 | 1000001 | 1100011 | 110000 |
Color Harmonies of #DDF301
Complementary color
Monochromatic Colors of #DDF301
Black with #DDF301
Text Example
Text Example
White with #DDF301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF301; }
p { color: rgb(221,243,1); }
H1.HeaderClassName
{
color: #DDF301;
}
.AnyTagClassName
{
color: #DDF301;
}
</style>
background-color css
<style>
a { background-color: #DDF301; }
a { background-color: rgb(221,243,1); }
div.DivClassName
{
background-color: #DDF301;
}
.BgClassName
{
background-color: #DDF301;
}
</style>
border-color css
<style>
span { border-color: #DDF301; }
span { border-color: rgb(221,243,1); }
td.TdClassName
{
border-color: #DDF301;
}
.TagClassName
{
border-color: #DDF301;
}
</style>