Shades of Chartreuse Yellow #DEDF00
Tints of Chartreuse Yellow #DEDF00
RGB
CMYK
RGB Variations
Color information
#DEDF00 (or 0xDEDF00) is known color: Chartreuse Yellow. HEX triplet: DE, DF and 00. RGB value is (222,223,0). Sum of RGB (Red+Green+Blue) = 222+223+0=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 0 (0.39% from 255 or 0% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDF00 is #2120FF. Grayscale: #C6C6C6. Windows color (decimal): -2171136 or 57310. OLE color: 57310.
HSL color Cylindrical-coordinate representation of color #DEDF00: hue angle of 60.27º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DEDF00 is Cyan = 0.00, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 0 | - |
| CMYK | 0.00 | 0 | 1 | 0.13 |
| HSL | 60.27º | 1% | 0.44% | - |
| HSV(B) | 60.27º | 1% | 0.87% | - |
| XYZ | 56.51 | 68.3 | 10.21 | - |
| YUV | 197.28 | 16.67 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 0 | 0.00 | 0 | 1 | 0.13 | 60.27 | 1 | 0.44 |
| Hex | DE | DF | 0 | 0 | 0 | 64 | D | 3C | 64 | 2C |
| Octal | 336 | 337 | 0 | 0 | 0 | 144 | 15 | 74 | 144 | 54 |
| Binary | 11011110 | 11011111 | 0 | 0 | 0 | 1100100 | 1101 | 111100 | 1100100 | 101100 |
Color Harmonies of #DEDF00
Complementary color
Monochromatic Colors of #DEDF00
Black with #DEDF00
Text Example
Text Example
White with #DEDF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF00; }
p { color: rgb(222,223,0); }
H1.HeaderClassName
{
color: #DEDF00;
}
.AnyTagClassName
{
color: #DEDF00;
}
</style>
background-color css
<style>
a { background-color: #DEDF00; }
a { background-color: rgb(222,223,0); }
div.DivClassName
{
background-color: #DEDF00;
}
.BgClassName
{
background-color: #DEDF00;
}
</style>
border-color css
<style>
span { border-color: #DEDF00; }
span { border-color: rgb(222,223,0); }
td.TdClassName
{
border-color: #DEDF00;
}
.TagClassName
{
border-color: #DEDF00;
}
</style>