Shades of Chartreuse Yellow #DDF310
Tints of Chartreuse Yellow #DDF310
RGB
CMYK
RGB Variations
Color information
#DDF310 (or 0xDDF310) is known color: Chartreuse Yellow. HEX triplet: DD, F3 and 10. RGB value is (221,243,16). Sum of RGB (Red+Green+Blue) = 221+243+16=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 243 (95.31% from 255 or 50.62% from 480); Blue value is 16 (6.64% from 255 or 3.33% from 480); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF310 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF310 is #220CEF. Grayscale: #D3D3D3. Windows color (decimal): -2231536 or 1111005. OLE color: 1111005.
HSL color Cylindrical-coordinate representation of color #DDF310: hue angle of 65.81º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDF310 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 16 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.05 |
| HSL | 65.81º | 0.9% | 0.51% | - |
| HSV(B) | 65.81º | 0.93% | 0.95% | - |
| XYZ | 61.96 | 79.51 | 12.57 | - |
| YUV | 210.54 | 18.21 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 16 | 0.09 | 0 | 0.93 | 0.05 | 65.81 | 0.9 | 0.51 |
| Hex | DD | F3 | 10 | 9 | 0 | 5D | 5 | 42 | 5A | 33 |
| Octal | 335 | 363 | 20 | 11 | 0 | 135 | 5 | 102 | 132 | 63 |
| Binary | 11011101 | 11110011 | 10000 | 1001 | 0 | 1011101 | 101 | 1000010 | 1011010 | 110011 |
Color Harmonies of #DDF310
Complementary color
Monochromatic Colors of #DDF310
Black with #DDF310
Text Example
Text Example
White with #DDF310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF310; }
p { color: rgb(221,243,16); }
H1.HeaderClassName
{
color: #DDF310;
}
.AnyTagClassName
{
color: #DDF310;
}
</style>
background-color css
<style>
a { background-color: #DDF310; }
a { background-color: rgb(221,243,16); }
div.DivClassName
{
background-color: #DDF310;
}
.BgClassName
{
background-color: #DDF310;
}
</style>
border-color css
<style>
span { border-color: #DDF310; }
span { border-color: rgb(221,243,16); }
td.TdClassName
{
border-color: #DDF310;
}
.TagClassName
{
border-color: #DDF310;
}
</style>