Shades of Chartreuse Yellow #DDFB01
Tints of Chartreuse Yellow #DDFB01
RGB
CMYK
RGB Variations
Color information
#DDFB01 (or 0xDDFB01) is known color: Chartreuse Yellow. HEX triplet: DD, FB and 01. RGB value is (221,251,1). Sum of RGB (Red+Green+Blue) = 221+251+1=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 251 (98.44% from 255 or 53.07% from 473); Blue value is 1 (0.78% from 255 or 0.21% from 473); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFB01 is #2204FE. Grayscale: #D6D6D6. Windows color (decimal): -2229503 or 130013. OLE color: 130013.
HSL color Cylindrical-coordinate representation of color #DDFB01: hue angle of 67.2º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDFB01 is Cyan = 0.12, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 1 | - |
| CMYK | 0.12 | 0 | 1.00 | 0.02 |
| HSL | 67.2º | 0.99% | 0.49% | - |
| HSV(B) | 67.2º | 1% | 0.98% | - |
| XYZ | 64.32 | 84.37 | 12.92 | - |
| YUV | 213.53 | 8.06 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 1 | 0.12 | 0 | 1.00 | 0.02 | 67.2 | 0.99 | 0.49 |
| Hex | DD | FB | 1 | C | 0 | 64 | 2 | 43 | 63 | 31 |
| Octal | 335 | 373 | 1 | 14 | 0 | 144 | 2 | 103 | 143 | 61 |
| Binary | 11011101 | 11111011 | 1 | 1100 | 0 | 1100100 | 10 | 1000011 | 1100011 | 110001 |
Color Harmonies of #DDFB01
Complementary color
Monochromatic Colors of #DDFB01
Black with #DDFB01
Text Example
Text Example
White with #DDFB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFB01; }
p { color: rgb(221,251,1); }
H1.HeaderClassName
{
color: #DDFB01;
}
.AnyTagClassName
{
color: #DDFB01;
}
</style>
background-color css
<style>
a { background-color: #DDFB01; }
a { background-color: rgb(221,251,1); }
div.DivClassName
{
background-color: #DDFB01;
}
.BgClassName
{
background-color: #DDFB01;
}
</style>
border-color css
<style>
span { border-color: #DDFB01; }
span { border-color: rgb(221,251,1); }
td.TdClassName
{
border-color: #DDFB01;
}
.TagClassName
{
border-color: #DDFB01;
}
</style>