Shades of Chartreuse Yellow #DEFD14
Tints of Chartreuse Yellow #DEFD14
RGB
CMYK
RGB Variations
Color information
#DEFD14 (or 0xDEFD14) is known color: Chartreuse Yellow. HEX triplet: DE, FD and 14. RGB value is (222,253,20). Sum of RGB (Red+Green+Blue) = 222+253+20=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 253 (99.22% from 255 or 51.11% from 495); Blue value is 20 (8.20% from 255 or 4.04% from 495); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEFD14 is #2102EB. Grayscale: #DADADA. Windows color (decimal): -2163436 or 1375710. OLE color: 1375710.
HSL color Cylindrical-coordinate representation of color #DEFD14: hue angle of 67.98º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEFD14 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 20 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.01 |
| HSL | 67.98º | 0.98% | 0.54% | - |
| HSV(B) | 67.98º | 0.92% | 0.99% | - |
| XYZ | 65.38 | 85.83 | 13.78 | - |
| YUV | 217.17 | 16.73 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 20 | 0.12 | 0 | 0.92 | 0.01 | 67.98 | 0.98 | 0.54 |
| Hex | DE | FD | 14 | C | 0 | 5C | 1 | 44 | 62 | 36 |
| Octal | 336 | 375 | 24 | 14 | 0 | 134 | 1 | 104 | 142 | 66 |
| Binary | 11011110 | 11111101 | 10100 | 1100 | 0 | 1011100 | 1 | 1000100 | 1100010 | 110110 |
Color Harmonies of #DEFD14
Complementary color
Monochromatic Colors of #DEFD14
Black with #DEFD14
Text Example
Text Example
White with #DEFD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFD14; }
p { color: rgb(222,253,20); }
H1.HeaderClassName
{
color: #DEFD14;
}
.AnyTagClassName
{
color: #DEFD14;
}
</style>
background-color css
<style>
a { background-color: #DEFD14; }
a { background-color: rgb(222,253,20); }
div.DivClassName
{
background-color: #DEFD14;
}
.BgClassName
{
background-color: #DEFD14;
}
</style>
border-color css
<style>
span { border-color: #DEFD14; }
span { border-color: rgb(222,253,20); }
td.TdClassName
{
border-color: #DEFD14;
}
.TagClassName
{
border-color: #DEFD14;
}
</style>