Shades of Chartreuse Yellow #DDF812
Tints of Chartreuse Yellow #DDF812
RGB
CMYK
RGB Variations
Color information
#DDF812 (or 0xDDF812) is known color: Chartreuse Yellow. HEX triplet: DD, F8 and 12. RGB value is (221,248,18). Sum of RGB (Red+Green+Blue) = 221+248+18=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 248 (97.27% from 255 or 50.92% from 487); Blue value is 18 (7.42% from 255 or 3.70% from 487); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF812 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF812 is #2207ED. Grayscale: #D6D6D6. Windows color (decimal): -2230254 or 1243357. OLE color: 1243357.
HSL color Cylindrical-coordinate representation of color #DDF812: hue angle of 67.04º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDF812 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 18 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.03 |
| HSL | 67.04º | 0.94% | 0.52% | - |
| HSV(B) | 67.04º | 0.93% | 0.97% | - |
| XYZ | 63.5 | 82.55 | 13.16 | - |
| YUV | 213.71 | 17.55 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 18 | 0.11 | 0 | 0.93 | 0.03 | 67.04 | 0.94 | 0.52 |
| Hex | DD | F8 | 12 | B | 0 | 5D | 3 | 43 | 5E | 34 |
| Octal | 335 | 370 | 22 | 13 | 0 | 135 | 3 | 103 | 136 | 64 |
| Binary | 11011101 | 11111000 | 10010 | 1011 | 0 | 1011101 | 11 | 1000011 | 1011110 | 110100 |
Color Harmonies of #DDF812
Complementary color
Monochromatic Colors of #DDF812
Black with #DDF812
Text Example
Text Example
White with #DDF812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF812; }
p { color: rgb(221,248,18); }
H1.HeaderClassName
{
color: #DDF812;
}
.AnyTagClassName
{
color: #DDF812;
}
</style>
background-color css
<style>
a { background-color: #DDF812; }
a { background-color: rgb(221,248,18); }
div.DivClassName
{
background-color: #DDF812;
}
.BgClassName
{
background-color: #DDF812;
}
</style>
border-color css
<style>
span { border-color: #DDF812; }
span { border-color: rgb(221,248,18); }
td.TdClassName
{
border-color: #DDF812;
}
.TagClassName
{
border-color: #DDF812;
}
</style>