Shades of Chartreuse Yellow #DEFC13
Tints of Chartreuse Yellow #DEFC13
RGB
CMYK
RGB Variations
Color information
#DEFC13 (or 0xDEFC13) is known color: Chartreuse Yellow. HEX triplet: DE, FC and 13. RGB value is (222,252,19). Sum of RGB (Red+Green+Blue) = 222+252+19=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 252 (98.83% from 255 or 51.12% from 493); Blue value is 19 (7.81% from 255 or 3.85% from 493); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEFC13 is #2103EC. Grayscale: #D9D9D9. Windows color (decimal): -2163693 or 1309918. OLE color: 1309918.
HSL color Cylindrical-coordinate representation of color #DEFC13: hue angle of 67.73º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEFC13 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 19 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.01 |
| HSL | 67.73º | 0.97% | 0.53% | - |
| HSV(B) | 67.73º | 0.92% | 0.99% | - |
| XYZ | 65.05 | 85.2 | 13.63 | - |
| YUV | 216.47 | 16.56 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 19 | 0.12 | 0 | 0.92 | 0.01 | 67.73 | 0.97 | 0.53 |
| Hex | DE | FC | 13 | C | 0 | 5C | 1 | 44 | 61 | 35 |
| Octal | 336 | 374 | 23 | 14 | 0 | 134 | 1 | 104 | 141 | 65 |
| Binary | 11011110 | 11111100 | 10011 | 1100 | 0 | 1011100 | 1 | 1000100 | 1100001 | 110101 |
Color Harmonies of #DEFC13
Complementary color
Monochromatic Colors of #DEFC13
Black with #DEFC13
Text Example
Text Example
White with #DEFC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFC13; }
p { color: rgb(222,252,19); }
H1.HeaderClassName
{
color: #DEFC13;
}
.AnyTagClassName
{
color: #DEFC13;
}
</style>
background-color css
<style>
a { background-color: #DEFC13; }
a { background-color: rgb(222,252,19); }
div.DivClassName
{
background-color: #DEFC13;
}
.BgClassName
{
background-color: #DEFC13;
}
</style>
border-color css
<style>
span { border-color: #DEFC13; }
span { border-color: rgb(222,252,19); }
td.TdClassName
{
border-color: #DEFC13;
}
.TagClassName
{
border-color: #DEFC13;
}
</style>