Shades of Chartreuse Yellow #DEF314
Tints of Chartreuse Yellow #DEF314
RGB
CMYK
RGB Variations
Color information
#DEF314 (or 0xDEF314) is known color: Chartreuse Yellow. HEX triplet: DE, F3 and 14. RGB value is (222,243,20). Sum of RGB (Red+Green+Blue) = 222+243+20=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 243 (95.31% from 255 or 50.10% from 485); Blue value is 20 (8.20% from 255 or 4.12% from 485); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF314 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF314 is #210CEB. Grayscale: #D4D4D4. Windows color (decimal): -2165996 or 1373150. OLE color: 1373150.
HSL color Cylindrical-coordinate representation of color #DEF314: hue angle of 65.65º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEF314 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 20 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.05 |
| HSL | 65.65º | 0.9% | 0.52% | - |
| HSV(B) | 65.65º | 0.92% | 0.95% | - |
| XYZ | 62.3 | 79.68 | 12.76 | - |
| YUV | 211.3 | 20.04 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 20 | 0.09 | 0 | 0.92 | 0.05 | 65.65 | 0.9 | 0.52 |
| Hex | DE | F3 | 14 | 9 | 0 | 5C | 5 | 42 | 5A | 34 |
| Octal | 336 | 363 | 24 | 11 | 0 | 134 | 5 | 102 | 132 | 64 |
| Binary | 11011110 | 11110011 | 10100 | 1001 | 0 | 1011100 | 101 | 1000010 | 1011010 | 110100 |
Color Harmonies of #DEF314
Complementary color
Monochromatic Colors of #DEF314
Black with #DEF314
Text Example
Text Example
White with #DEF314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF314; }
p { color: rgb(222,243,20); }
H1.HeaderClassName
{
color: #DEF314;
}
.AnyTagClassName
{
color: #DEF314;
}
</style>
background-color css
<style>
a { background-color: #DEF314; }
a { background-color: rgb(222,243,20); }
div.DivClassName
{
background-color: #DEF314;
}
.BgClassName
{
background-color: #DEF314;
}
</style>
border-color css
<style>
span { border-color: #DEF314; }
span { border-color: rgb(222,243,20); }
td.TdClassName
{
border-color: #DEF314;
}
.TagClassName
{
border-color: #DEF314;
}
</style>