Shades of Chartreuse Yellow #DDFD0D
Tints of Chartreuse Yellow #DDFD0D
RGB
CMYK
RGB Variations
Color information
#DDFD0D (or 0xDDFD0D) is known color: Chartreuse Yellow. HEX triplet: DD, FD and 0D. RGB value is (221,253,13). Sum of RGB (Red+Green+Blue) = 221+253+13=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 253 (99.22% from 255 or 51.95% from 487); Blue value is 13 (5.47% from 255 or 2.67% from 487); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFD0D is #2202F2. Grayscale: #D9D9D9. Windows color (decimal): -2228979 or 916957. OLE color: 916957.
HSL color Cylindrical-coordinate representation of color #DDFD0D: hue angle of 68º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDFD0D is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 253 | 13 | - |
CMYK | 0.13 | 0 | 0.95 | 0.01 |
HSL | 68º | 0.98% | 0.52% | - |
HSV(B) | 68º | 0.95% | 0.99% | - |
XYZ | 65.02 | 85.65 | 13.49 | - |
YUV | 216.07 | 13.4 | 131.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 253 | 13 | 0.13 | 0 | 0.95 | 0.01 | 68 | 0.98 | 0.52 |
Hex | DD | FD | D | D | 0 | 5F | 1 | 44 | 62 | 34 |
Octal | 335 | 375 | 15 | 15 | 0 | 137 | 1 | 104 | 142 | 64 |
Binary | 11011101 | 11111101 | 1101 | 1101 | 0 | 1011111 | 1 | 1000100 | 1100010 | 110100 |
Color Harmonies of #DDFD0D
Complementary color
Monochromatic Colors of #DDFD0D
Black with #DDFD0D
Text Example
Text Example
White with #DDFD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFD0D; }
p { color: rgb(221,253,13); }
H1.HeaderClassName
{
color: #DDFD0D;
}
.AnyTagClassName
{
color: #DDFD0D;
}
</style>
background-color css
<style>
a { background-color: #DDFD0D; }
a { background-color: rgb(221,253,13); }
div.DivClassName
{
background-color: #DDFD0D;
}
.BgClassName
{
background-color: #DDFD0D;
}
</style>
border-color css
<style>
span { border-color: #DDFD0D; }
span { border-color: rgb(221,253,13); }
td.TdClassName
{
border-color: #DDFD0D;
}
.TagClassName
{
border-color: #DDFD0D;
}
</style>