Shades of Chartreuse Yellow #DDF31B
Tints of Chartreuse Yellow #DDF31B
RGB
CMYK
RGB Variations
Color information
#DDF31B (or 0xDDF31B) is known color: Chartreuse Yellow. HEX triplet: DD, F3 and 1B. RGB value is (221,243,27). Sum of RGB (Red+Green+Blue) = 221+243+27=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 27 (10.94% from 255 or 5.50% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF31B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF31B is #220CE4. Grayscale: #D4D4D4. Windows color (decimal): -2231525 or 1831901. OLE color: 1831901.
HSL color Cylindrical-coordinate representation of color #DDF31B: hue angle of 66.11º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDF31B is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 27 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.05 |
| HSL | 66.11º | 0.9% | 0.53% | - |
| HSV(B) | 66.11º | 0.89% | 0.95% | - |
| XYZ | 62.07 | 79.55 | 13.12 | - |
| YUV | 211.8 | 23.71 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 27 | 0.09 | 0 | 0.89 | 0.05 | 66.11 | 0.9 | 0.53 |
| Hex | DD | F3 | 1B | 9 | 0 | 59 | 5 | 42 | 5A | 35 |
| Octal | 335 | 363 | 33 | 11 | 0 | 131 | 5 | 102 | 132 | 65 |
| Binary | 11011101 | 11110011 | 11011 | 1001 | 0 | 1011001 | 101 | 1000010 | 1011010 | 110101 |
Color Harmonies of #DDF31B
Complementary color
Monochromatic Colors of #DDF31B
Black with #DDF31B
Text Example
Text Example
White with #DDF31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF31B; }
p { color: rgb(221,243,27); }
H1.HeaderClassName
{
color: #DDF31B;
}
.AnyTagClassName
{
color: #DDF31B;
}
</style>
background-color css
<style>
a { background-color: #DDF31B; }
a { background-color: rgb(221,243,27); }
div.DivClassName
{
background-color: #DDF31B;
}
.BgClassName
{
background-color: #DDF31B;
}
</style>
border-color css
<style>
span { border-color: #DDF31B; }
span { border-color: rgb(221,243,27); }
td.TdClassName
{
border-color: #DDF31B;
}
.TagClassName
{
border-color: #DDF31B;
}
</style>