Shades of Chartreuse Yellow #DEFD1E
Tints of Chartreuse Yellow #DEFD1E
RGB
CMYK
RGB Variations
Color information
#DEFD1E (or 0xDEFD1E) is known color: Chartreuse Yellow. HEX triplet: DE, FD and 1E. RGB value is (222,253,30). Sum of RGB (Red+Green+Blue) = 222+253+30=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 30 (12.11% from 255 or 5.94% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFD1E is #2102E1. Grayscale: #DBDBDB. Windows color (decimal): -2163426 or 2031070. OLE color: 2031070.
HSL color Cylindrical-coordinate representation of color #DEFD1E: hue angle of 68.34º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DEFD1E is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 30 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.01 |
| HSL | 68.34º | 0.98% | 0.55% | - |
| HSV(B) | 68.34º | 0.88% | 0.99% | - |
| XYZ | 65.48 | 85.87 | 14.35 | - |
| YUV | 218.31 | 21.73 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 30 | 0.12 | 0 | 0.88 | 0.01 | 68.34 | 0.98 | 0.55 |
| Hex | DE | FD | 1E | C | 0 | 58 | 1 | 44 | 62 | 37 |
| Octal | 336 | 375 | 36 | 14 | 0 | 130 | 1 | 104 | 142 | 67 |
| Binary | 11011110 | 11111101 | 11110 | 1100 | 0 | 1011000 | 1 | 1000100 | 1100010 | 110111 |
Color Harmonies of #DEFD1E
Complementary color
Monochromatic Colors of #DEFD1E
Black with #DEFD1E
Text Example
Text Example
White with #DEFD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFD1E; }
p { color: rgb(222,253,30); }
H1.HeaderClassName
{
color: #DEFD1E;
}
.AnyTagClassName
{
color: #DEFD1E;
}
</style>
background-color css
<style>
a { background-color: #DEFD1E; }
a { background-color: rgb(222,253,30); }
div.DivClassName
{
background-color: #DEFD1E;
}
.BgClassName
{
background-color: #DEFD1E;
}
</style>
border-color css
<style>
span { border-color: #DEFD1E; }
span { border-color: rgb(222,253,30); }
td.TdClassName
{
border-color: #DEFD1E;
}
.TagClassName
{
border-color: #DEFD1E;
}
</style>