Shades of Chartreuse Yellow #DDF81A
Tints of Chartreuse Yellow #DDF81A
RGB
CMYK
RGB Variations
Color information
#DDF81A (or 0xDDF81A) is known color: Chartreuse Yellow. HEX triplet: DD, F8 and 1A. RGB value is (221,248,26). Sum of RGB (Red+Green+Blue) = 221+248+26=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 26 (10.55% from 255 or 5.25% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF81A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF81A is #2207E5. Grayscale: #D7D7D7. Windows color (decimal): -2230246 or 1767645. OLE color: 1767645.
HSL color Cylindrical-coordinate representation of color #DDF81A: hue angle of 67.3º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDF81A is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 26 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.03 |
| HSL | 67.3º | 0.94% | 0.54% | - |
| HSV(B) | 67.3º | 0.9% | 0.97% | - |
| XYZ | 63.57 | 82.58 | 13.57 | - |
| YUV | 214.62 | 21.55 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 26 | 0.11 | 0 | 0.90 | 0.03 | 67.3 | 0.94 | 0.54 |
| Hex | DD | F8 | 1A | B | 0 | 5A | 3 | 43 | 5E | 36 |
| Octal | 335 | 370 | 32 | 13 | 0 | 132 | 3 | 103 | 136 | 66 |
| Binary | 11011101 | 11111000 | 11010 | 1011 | 0 | 1011010 | 11 | 1000011 | 1011110 | 110110 |
Color Harmonies of #DDF81A
Complementary color
Monochromatic Colors of #DDF81A
Black with #DDF81A
Text Example
Text Example
White with #DDF81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF81A; }
p { color: rgb(221,248,26); }
H1.HeaderClassName
{
color: #DDF81A;
}
.AnyTagClassName
{
color: #DDF81A;
}
</style>
background-color css
<style>
a { background-color: #DDF81A; }
a { background-color: rgb(221,248,26); }
div.DivClassName
{
background-color: #DDF81A;
}
.BgClassName
{
background-color: #DDF81A;
}
</style>
border-color css
<style>
span { border-color: #DDF81A; }
span { border-color: rgb(221,248,26); }
td.TdClassName
{
border-color: #DDF81A;
}
.TagClassName
{
border-color: #DDF81A;
}
</style>