Shades of Chartreuse Yellow #DEF504
Tints of Chartreuse Yellow #DEF504
RGB
CMYK
RGB Variations
Color information
#DEF504 (or 0xDEF504) is known color: Chartreuse Yellow. HEX triplet: DE, F5 and 04. RGB value is (222,245,4). Sum of RGB (Red+Green+Blue) = 222+245+4=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 245 (96.09% from 255 or 52.02% from 471); Blue value is 4 (1.95% from 255 or 0.85% from 471); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF504 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF504 is #210AFB. Grayscale: #D3D3D3. Windows color (decimal): -2165500 or 325086. OLE color: 325086.
HSL color Cylindrical-coordinate representation of color #DEF504: hue angle of 65.73º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DEF504 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 4 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.04 |
| HSL | 65.73º | 0.97% | 0.49% | - |
| HSV(B) | 65.73º | 0.98% | 0.96% | - |
| XYZ | 62.8 | 80.84 | 12.41 | - |
| YUV | 210.65 | 11.38 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 4 | 0.09 | 0 | 0.98 | 0.04 | 65.73 | 0.97 | 0.49 |
| Hex | DE | F5 | 4 | 9 | 0 | 62 | 4 | 42 | 61 | 31 |
| Octal | 336 | 365 | 4 | 11 | 0 | 142 | 4 | 102 | 141 | 61 |
| Binary | 11011110 | 11110101 | 100 | 1001 | 0 | 1100010 | 100 | 1000010 | 1100001 | 110001 |
Color Harmonies of #DEF504
Complementary color
Monochromatic Colors of #DEF504
Black with #DEF504
Text Example
Text Example
White with #DEF504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF504; }
p { color: rgb(222,245,4); }
H1.HeaderClassName
{
color: #DEF504;
}
.AnyTagClassName
{
color: #DEF504;
}
</style>
background-color css
<style>
a { background-color: #DEF504; }
a { background-color: rgb(222,245,4); }
div.DivClassName
{
background-color: #DEF504;
}
.BgClassName
{
background-color: #DEF504;
}
</style>
border-color css
<style>
span { border-color: #DEF504; }
span { border-color: rgb(222,245,4); }
td.TdClassName
{
border-color: #DEF504;
}
.TagClassName
{
border-color: #DEF504;
}
</style>