Shades of Chartreuse Yellow #DDF312
Tints of Chartreuse Yellow #DDF312
RGB
CMYK
RGB Variations
Color information
#DDF312 (or 0xDDF312) is known color: Chartreuse Yellow. HEX triplet: DD, F3 and 12. RGB value is (221,243,18). Sum of RGB (Red+Green+Blue) = 221+243+18=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 243 (95.31% from 255 or 50.41% from 482); Blue value is 18 (7.42% from 255 or 3.73% from 482); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF312 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF312 is #220CED. Grayscale: #D3D3D3. Windows color (decimal): -2231534 or 1242077. OLE color: 1242077.
HSL color Cylindrical-coordinate representation of color #DDF312: hue angle of 65.87º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDF312 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 18 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.05 |
| HSL | 65.87º | 0.9% | 0.51% | - |
| HSV(B) | 65.87º | 0.93% | 0.95% | - |
| XYZ | 61.98 | 79.52 | 12.65 | - |
| YUV | 210.77 | 19.21 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 18 | 0.09 | 0 | 0.93 | 0.05 | 65.87 | 0.9 | 0.51 |
| Hex | DD | F3 | 12 | 9 | 0 | 5D | 5 | 42 | 5A | 33 |
| Octal | 335 | 363 | 22 | 11 | 0 | 135 | 5 | 102 | 132 | 63 |
| Binary | 11011101 | 11110011 | 10010 | 1001 | 0 | 1011101 | 101 | 1000010 | 1011010 | 110011 |
Color Harmonies of #DDF312
Complementary color
Monochromatic Colors of #DDF312
Black with #DDF312
Text Example
Text Example
White with #DDF312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF312; }
p { color: rgb(221,243,18); }
H1.HeaderClassName
{
color: #DDF312;
}
.AnyTagClassName
{
color: #DDF312;
}
</style>
background-color css
<style>
a { background-color: #DDF312; }
a { background-color: rgb(221,243,18); }
div.DivClassName
{
background-color: #DDF312;
}
.BgClassName
{
background-color: #DDF312;
}
</style>
border-color css
<style>
span { border-color: #DDF312; }
span { border-color: rgb(221,243,18); }
td.TdClassName
{
border-color: #DDF312;
}
.TagClassName
{
border-color: #DDF312;
}
</style>