Shades of Chartreuse Yellow #DEFA15
Tints of Chartreuse Yellow #DEFA15
RGB
CMYK
RGB Variations
Color information
#DEFA15 (or 0xDEFA15) is known color: Chartreuse Yellow. HEX triplet: DE, FA and 15. RGB value is (222,250,21). Sum of RGB (Red+Green+Blue) = 222+250+21=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 21 (8.59% from 255 or 4.26% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEFA15 is #2105EA. Grayscale: #D8D8D8. Windows color (decimal): -2164203 or 1440478. OLE color: 1440478.
HSL color Cylindrical-coordinate representation of color #DEFA15: hue angle of 67.34º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEFA15 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 21 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.02 |
| HSL | 67.34º | 0.96% | 0.53% | - |
| HSV(B) | 67.34º | 0.92% | 0.98% | - |
| XYZ | 64.45 | 83.95 | 13.52 | - |
| YUV | 215.52 | 18.22 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 21 | 0.11 | 0 | 0.92 | 0.02 | 67.34 | 0.96 | 0.53 |
| Hex | DE | FA | 15 | B | 0 | 5C | 2 | 43 | 60 | 35 |
| Octal | 336 | 372 | 25 | 13 | 0 | 134 | 2 | 103 | 140 | 65 |
| Binary | 11011110 | 11111010 | 10101 | 1011 | 0 | 1011100 | 10 | 1000011 | 1100000 | 110101 |
Color Harmonies of #DEFA15
Complementary color
Monochromatic Colors of #DEFA15
Black with #DEFA15
Text Example
Text Example
White with #DEFA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFA15; }
p { color: rgb(222,250,21); }
H1.HeaderClassName
{
color: #DEFA15;
}
.AnyTagClassName
{
color: #DEFA15;
}
</style>
background-color css
<style>
a { background-color: #DEFA15; }
a { background-color: rgb(222,250,21); }
div.DivClassName
{
background-color: #DEFA15;
}
.BgClassName
{
background-color: #DEFA15;
}
</style>
border-color css
<style>
span { border-color: #DEFA15; }
span { border-color: rgb(222,250,21); }
td.TdClassName
{
border-color: #DEFA15;
}
.TagClassName
{
border-color: #DEFA15;
}
</style>