Shades of Chartreuse Yellow #DDF514
Tints of Chartreuse Yellow #DDF514
RGB
CMYK
RGB Variations
Color information
#DDF514 (or 0xDDF514) is known color: Chartreuse Yellow. HEX triplet: DD, F5 and 14. RGB value is (221,245,20). Sum of RGB (Red+Green+Blue) = 221+245+20=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 245 (96.09% from 255 or 50.41% from 486); Blue value is 20 (8.20% from 255 or 4.12% from 486); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF514 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF514 is #220AEB. Grayscale: #D5D5D5. Windows color (decimal): -2231020 or 1373661. OLE color: 1373661.
HSL color Cylindrical-coordinate representation of color #DDF514: hue angle of 66.4º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDF514 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 20 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.04 |
| HSL | 66.4º | 0.92% | 0.52% | - |
| HSV(B) | 66.4º | 0.92% | 0.96% | - |
| XYZ | 62.6 | 80.73 | 12.94 | - |
| YUV | 212.17 | 19.55 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 20 | 0.10 | 0 | 0.92 | 0.04 | 66.4 | 0.92 | 0.52 |
| Hex | DD | F5 | 14 | A | 0 | 5C | 4 | 42 | 5C | 34 |
| Octal | 335 | 365 | 24 | 12 | 0 | 134 | 4 | 102 | 134 | 64 |
| Binary | 11011101 | 11110101 | 10100 | 1010 | 0 | 1011100 | 100 | 1000010 | 1011100 | 110100 |
Color Harmonies of #DDF514
Complementary color
Monochromatic Colors of #DDF514
Black with #DDF514
Text Example
Text Example
White with #DDF514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF514; }
p { color: rgb(221,245,20); }
H1.HeaderClassName
{
color: #DDF514;
}
.AnyTagClassName
{
color: #DDF514;
}
</style>
background-color css
<style>
a { background-color: #DDF514; }
a { background-color: rgb(221,245,20); }
div.DivClassName
{
background-color: #DDF514;
}
.BgClassName
{
background-color: #DDF514;
}
</style>
border-color css
<style>
span { border-color: #DDF514; }
span { border-color: rgb(221,245,20); }
td.TdClassName
{
border-color: #DDF514;
}
.TagClassName
{
border-color: #DDF514;
}
</style>