Shades of Chartreuse Yellow #DDE305
Tints of Chartreuse Yellow #DDE305
RGB
CMYK
RGB Variations
Color information
#DDE305 (or 0xDDE305) is known color: Chartreuse Yellow. HEX triplet: DD, E3 and 05. RGB value is (221,227,5). Sum of RGB (Red+Green+Blue) = 221+227+5=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 227 (89.06% from 255 or 50.11% from 453); Blue value is 5 (2.34% from 255 or 1.10% from 453); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE305 is #221CFA. Grayscale: #C8C8C8. Windows color (decimal): -2235643 or 386013. OLE color: 386013.
HSL color Cylindrical-coordinate representation of color #DDE305: hue angle of 61.62º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDE305 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 5 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.11 |
| HSL | 61.62º | 0.96% | 0.45% | - |
| HSV(B) | 61.62º | 0.98% | 0.89% | - |
| XYZ | 57.32 | 70.32 | 10.7 | - |
| YUV | 199.9 | 18.01 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 5 | 0.03 | 0 | 0.98 | 0.11 | 61.62 | 0.96 | 0.45 |
| Hex | DD | E3 | 5 | 3 | 0 | 62 | B | 3E | 60 | 2D |
| Octal | 335 | 343 | 5 | 3 | 0 | 142 | 13 | 76 | 140 | 55 |
| Binary | 11011101 | 11100011 | 101 | 11 | 0 | 1100010 | 1011 | 111110 | 1100000 | 101101 |
Color Harmonies of #DDE305
Complementary color
Monochromatic Colors of #DDE305
Black with #DDE305
Text Example
Text Example
White with #DDE305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE305; }
p { color: rgb(221,227,5); }
H1.HeaderClassName
{
color: #DDE305;
}
.AnyTagClassName
{
color: #DDE305;
}
</style>
background-color css
<style>
a { background-color: #DDE305; }
a { background-color: rgb(221,227,5); }
div.DivClassName
{
background-color: #DDE305;
}
.BgClassName
{
background-color: #DDE305;
}
</style>
border-color css
<style>
span { border-color: #DDE305; }
span { border-color: rgb(221,227,5); }
td.TdClassName
{
border-color: #DDE305;
}
.TagClassName
{
border-color: #DDE305;
}
</style>