Shades of Chartreuse Yellow #DDF30A
Tints of Chartreuse Yellow #DDF30A
RGB
CMYK
RGB Variations
Color information
#DDF30A (or 0xDDF30A) is known color: Chartreuse Yellow. HEX triplet: DD, F3 and 0A. RGB value is (221,243,10). Sum of RGB (Red+Green+Blue) = 221+243+10=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 243 (95.31% from 255 or 51.27% from 474); Blue value is 10 (4.30% from 255 or 2.11% from 474); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF30A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF30A is #220CF5. Grayscale: #D2D2D2. Windows color (decimal): -2231542 or 717789. OLE color: 717789.
HSL color Cylindrical-coordinate representation of color #DDF30A: hue angle of 65.67º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DDF30A is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 10 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.05 |
| HSL | 65.67º | 0.92% | 0.5% | - |
| HSV(B) | 65.67º | 0.96% | 0.95% | - |
| XYZ | 61.92 | 79.5 | 12.37 | - |
| YUV | 209.86 | 15.21 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 10 | 0.09 | 0 | 0.96 | 0.05 | 65.67 | 0.92 | 0.5 |
| Hex | DD | F3 | A | 9 | 0 | 60 | 5 | 42 | 5C | 32 |
| Octal | 335 | 363 | 12 | 11 | 0 | 140 | 5 | 102 | 134 | 62 |
| Binary | 11011101 | 11110011 | 1010 | 1001 | 0 | 1100000 | 101 | 1000010 | 1011100 | 110010 |
Color Harmonies of #DDF30A
Complementary color
Monochromatic Colors of #DDF30A
Black with #DDF30A
Text Example
Text Example
White with #DDF30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF30A; }
p { color: rgb(221,243,10); }
H1.HeaderClassName
{
color: #DDF30A;
}
.AnyTagClassName
{
color: #DDF30A;
}
</style>
background-color css
<style>
a { background-color: #DDF30A; }
a { background-color: rgb(221,243,10); }
div.DivClassName
{
background-color: #DDF30A;
}
.BgClassName
{
background-color: #DDF30A;
}
</style>
border-color css
<style>
span { border-color: #DDF30A; }
span { border-color: rgb(221,243,10); }
td.TdClassName
{
border-color: #DDF30A;
}
.TagClassName
{
border-color: #DDF30A;
}
</style>