Shades of Chartreuse Yellow #DDF714
Tints of Chartreuse Yellow #DDF714
RGB
CMYK
RGB Variations
Color information
#DDF714 (or 0xDDF714) is known color: Chartreuse Yellow. HEX triplet: DD, F7 and 14. RGB value is (221,247,20). Sum of RGB (Red+Green+Blue) = 221+247+20=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 247 (96.88% from 255 or 50.61% from 488); Blue value is 20 (8.20% from 255 or 4.10% from 488); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF714 is #2208EB. Grayscale: #D6D6D6. Windows color (decimal): -2230508 or 1374173. OLE color: 1374173.
HSL color Cylindrical-coordinate representation of color #DDF714: hue angle of 66.87º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDF714 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 20 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.03 |
| HSL | 66.87º | 0.93% | 0.52% | - |
| HSV(B) | 66.87º | 0.92% | 0.97% | - |
| XYZ | 63.21 | 81.94 | 13.15 | - |
| YUV | 213.35 | 18.89 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 20 | 0.11 | 0 | 0.92 | 0.03 | 66.87 | 0.93 | 0.52 |
| Hex | DD | F7 | 14 | B | 0 | 5C | 3 | 43 | 5D | 34 |
| Octal | 335 | 367 | 24 | 13 | 0 | 134 | 3 | 103 | 135 | 64 |
| Binary | 11011101 | 11110111 | 10100 | 1011 | 0 | 1011100 | 11 | 1000011 | 1011101 | 110100 |
Color Harmonies of #DDF714
Complementary color
Monochromatic Colors of #DDF714
Black with #DDF714
Text Example
Text Example
White with #DDF714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF714; }
p { color: rgb(221,247,20); }
H1.HeaderClassName
{
color: #DDF714;
}
.AnyTagClassName
{
color: #DDF714;
}
</style>
background-color css
<style>
a { background-color: #DDF714; }
a { background-color: rgb(221,247,20); }
div.DivClassName
{
background-color: #DDF714;
}
.BgClassName
{
background-color: #DDF714;
}
</style>
border-color css
<style>
span { border-color: #DDF714; }
span { border-color: rgb(221,247,20); }
td.TdClassName
{
border-color: #DDF714;
}
.TagClassName
{
border-color: #DDF714;
}
</style>