Shades of Chartreuse Yellow #DDF313
Tints of Chartreuse Yellow #DDF313
RGB
CMYK
RGB Variations
Color information
#DDF313 (or 0xDDF313) is known color: Chartreuse Yellow. HEX triplet: DD, F3 and 13. RGB value is (221,243,19). Sum of RGB (Red+Green+Blue) = 221+243+19=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 19 (7.81% from 255 or 3.93% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF313 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF313 is #220CEC. Grayscale: #D3D3D3. Windows color (decimal): -2231533 or 1307613. OLE color: 1307613.
HSL color Cylindrical-coordinate representation of color #DDF313: hue angle of 65.89º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDF313 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 19 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.05 |
| HSL | 65.89º | 0.9% | 0.51% | - |
| HSV(B) | 65.89º | 0.92% | 0.95% | - |
| XYZ | 61.99 | 79.52 | 12.7 | - |
| YUV | 210.89 | 19.71 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 19 | 0.09 | 0 | 0.92 | 0.05 | 65.89 | 0.9 | 0.51 |
| Hex | DD | F3 | 13 | 9 | 0 | 5C | 5 | 42 | 5A | 33 |
| Octal | 335 | 363 | 23 | 11 | 0 | 134 | 5 | 102 | 132 | 63 |
| Binary | 11011101 | 11110011 | 10011 | 1001 | 0 | 1011100 | 101 | 1000010 | 1011010 | 110011 |
Color Harmonies of #DDF313
Complementary color
Monochromatic Colors of #DDF313
Black with #DDF313
Text Example
Text Example
White with #DDF313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF313; }
p { color: rgb(221,243,19); }
H1.HeaderClassName
{
color: #DDF313;
}
.AnyTagClassName
{
color: #DDF313;
}
</style>
background-color css
<style>
a { background-color: #DDF313; }
a { background-color: rgb(221,243,19); }
div.DivClassName
{
background-color: #DDF313;
}
.BgClassName
{
background-color: #DDF313;
}
</style>
border-color css
<style>
span { border-color: #DDF313; }
span { border-color: rgb(221,243,19); }
td.TdClassName
{
border-color: #DDF313;
}
.TagClassName
{
border-color: #DDF313;
}
</style>