Shades of Chartreuse Yellow #DDF40B
Tints of Chartreuse Yellow #DDF40B
RGB
CMYK
RGB Variations
Color information
#DDF40B (or 0xDDF40B) is known color: Chartreuse Yellow. HEX triplet: DD, F4 and 0B. RGB value is (221,244,11). Sum of RGB (Red+Green+Blue) = 221+244+11=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 244 (95.70% from 255 or 51.26% from 476); Blue value is 11 (4.69% from 255 or 2.31% from 476); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF40B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF40B is #220BF4. Grayscale: #D3D3D3. Windows color (decimal): -2231285 or 783581. OLE color: 783581.
HSL color Cylindrical-coordinate representation of color #DDF40B: hue angle of 65.92º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDF40B is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 244 | 11 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.04 |
| HSL | 65.92º | 0.91% | 0.5% | - |
| HSV(B) | 65.92º | 0.95% | 0.96% | - |
| XYZ | 62.23 | 80.1 | 12.5 | - |
| YUV | 210.56 | 15.38 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 244 | 11 | 0.09 | 0 | 0.95 | 0.04 | 65.92 | 0.91 | 0.5 |
| Hex | DD | F4 | B | 9 | 0 | 5F | 4 | 42 | 5B | 32 |
| Octal | 335 | 364 | 13 | 11 | 0 | 137 | 4 | 102 | 133 | 62 |
| Binary | 11011101 | 11110100 | 1011 | 1001 | 0 | 1011111 | 100 | 1000010 | 1011011 | 110010 |
Color Harmonies of #DDF40B
Complementary color
Monochromatic Colors of #DDF40B
Black with #DDF40B
Text Example
Text Example
White with #DDF40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF40B; }
p { color: rgb(221,244,11); }
H1.HeaderClassName
{
color: #DDF40B;
}
.AnyTagClassName
{
color: #DDF40B;
}
</style>
background-color css
<style>
a { background-color: #DDF40B; }
a { background-color: rgb(221,244,11); }
div.DivClassName
{
background-color: #DDF40B;
}
.BgClassName
{
background-color: #DDF40B;
}
</style>
border-color css
<style>
span { border-color: #DDF40B; }
span { border-color: rgb(221,244,11); }
td.TdClassName
{
border-color: #DDF40B;
}
.TagClassName
{
border-color: #DDF40B;
}
</style>