Shades of Chartreuse Yellow #DDF30C
Tints of Chartreuse Yellow #DDF30C
RGB
CMYK
RGB Variations
Color information
#DDF30C (or 0xDDF30C) is known color: Chartreuse Yellow. HEX triplet: DD, F3 and 0C. RGB value is (221,243,12). Sum of RGB (Red+Green+Blue) = 221+243+12=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 243 (95.31% from 255 or 51.05% from 476); Blue value is 12 (5.08% from 255 or 2.52% from 476); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF30C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF30C is #220CF3. Grayscale: #D2D2D2. Windows color (decimal): -2231540 or 848861. OLE color: 848861.
HSL color Cylindrical-coordinate representation of color #DDF30C: hue angle of 65.71º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDF30C is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 12 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.05 |
| HSL | 65.71º | 0.91% | 0.5% | - |
| HSV(B) | 65.71º | 0.95% | 0.95% | - |
| XYZ | 61.94 | 79.5 | 12.43 | - |
| YUV | 210.09 | 16.21 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 12 | 0.09 | 0 | 0.95 | 0.05 | 65.71 | 0.91 | 0.5 |
| Hex | DD | F3 | C | 9 | 0 | 5F | 5 | 42 | 5B | 32 |
| Octal | 335 | 363 | 14 | 11 | 0 | 137 | 5 | 102 | 133 | 62 |
| Binary | 11011101 | 11110011 | 1100 | 1001 | 0 | 1011111 | 101 | 1000010 | 1011011 | 110010 |
Color Harmonies of #DDF30C
Complementary color
Monochromatic Colors of #DDF30C
Black with #DDF30C
Text Example
Text Example
White with #DDF30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF30C; }
p { color: rgb(221,243,12); }
H1.HeaderClassName
{
color: #DDF30C;
}
.AnyTagClassName
{
color: #DDF30C;
}
</style>
background-color css
<style>
a { background-color: #DDF30C; }
a { background-color: rgb(221,243,12); }
div.DivClassName
{
background-color: #DDF30C;
}
.BgClassName
{
background-color: #DDF30C;
}
</style>
border-color css
<style>
span { border-color: #DDF30C; }
span { border-color: rgb(221,243,12); }
td.TdClassName
{
border-color: #DDF30C;
}
.TagClassName
{
border-color: #DDF30C;
}
</style>