Shades of Chartreuse Yellow #DDF511
Tints of Chartreuse Yellow #DDF511
RGB
CMYK
RGB Variations
Color information
#DDF511 (or 0xDDF511) is known color: Chartreuse Yellow. HEX triplet: DD, F5 and 11. RGB value is (221,245,17). Sum of RGB (Red+Green+Blue) = 221+245+17=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 245 (96.09% from 255 or 50.72% from 483); Blue value is 17 (7.03% from 255 or 3.52% from 483); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF511 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF511 is #220AEE. Grayscale: #D4D4D4. Windows color (decimal): -2231023 or 1177053. OLE color: 1177053.
HSL color Cylindrical-coordinate representation of color #DDF511: hue angle of 66.32º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDF511 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 17 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.04 |
| HSL | 66.32º | 0.92% | 0.51% | - |
| HSV(B) | 66.32º | 0.93% | 0.96% | - |
| XYZ | 62.57 | 80.72 | 12.81 | - |
| YUV | 211.83 | 18.05 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 17 | 0.10 | 0 | 0.93 | 0.04 | 66.32 | 0.92 | 0.51 |
| Hex | DD | F5 | 11 | A | 0 | 5D | 4 | 42 | 5C | 33 |
| Octal | 335 | 365 | 21 | 12 | 0 | 135 | 4 | 102 | 134 | 63 |
| Binary | 11011101 | 11110101 | 10001 | 1010 | 0 | 1011101 | 100 | 1000010 | 1011100 | 110011 |
Color Harmonies of #DDF511
Complementary color
Monochromatic Colors of #DDF511
Black with #DDF511
Text Example
Text Example
White with #DDF511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF511; }
p { color: rgb(221,245,17); }
H1.HeaderClassName
{
color: #DDF511;
}
.AnyTagClassName
{
color: #DDF511;
}
</style>
background-color css
<style>
a { background-color: #DDF511; }
a { background-color: rgb(221,245,17); }
div.DivClassName
{
background-color: #DDF511;
}
.BgClassName
{
background-color: #DDF511;
}
</style>
border-color css
<style>
span { border-color: #DDF511; }
span { border-color: rgb(221,245,17); }
td.TdClassName
{
border-color: #DDF511;
}
.TagClassName
{
border-color: #DDF511;
}
</style>