Shades of Chartreuse Yellow #DEF505
Tints of Chartreuse Yellow #DEF505
RGB
CMYK
RGB Variations
Color information
#DEF505 (or 0xDEF505) is known color: Chartreuse Yellow. HEX triplet: DE, F5 and 05. RGB value is (222,245,5). Sum of RGB (Red+Green+Blue) = 222+245+5=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 245 (96.09% from 255 or 51.91% from 472); Blue value is 5 (2.34% from 255 or 1.06% from 472); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF505 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF505 is #210AFA. Grayscale: #D3D3D3. Windows color (decimal): -2165499 or 390622. OLE color: 390622.
HSL color Cylindrical-coordinate representation of color #DEF505: hue angle of 65.75º degrees, saturation: 0.96, 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 #DEF505 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 5 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.04 |
| HSL | 65.75º | 0.96% | 0.49% | - |
| HSV(B) | 65.75º | 0.98% | 0.96% | - |
| XYZ | 62.8 | 80.85 | 12.44 | - |
| YUV | 210.76 | 11.88 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 5 | 0.09 | 0 | 0.98 | 0.04 | 65.75 | 0.96 | 0.49 |
| Hex | DE | F5 | 5 | 9 | 0 | 62 | 4 | 42 | 60 | 31 |
| Octal | 336 | 365 | 5 | 11 | 0 | 142 | 4 | 102 | 140 | 61 |
| Binary | 11011110 | 11110101 | 101 | 1001 | 0 | 1100010 | 100 | 1000010 | 1100000 | 110001 |
Color Harmonies of #DEF505
Complementary color
Monochromatic Colors of #DEF505
Black with #DEF505
Text Example
Text Example
White with #DEF505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF505; }
p { color: rgb(222,245,5); }
H1.HeaderClassName
{
color: #DEF505;
}
.AnyTagClassName
{
color: #DEF505;
}
</style>
background-color css
<style>
a { background-color: #DEF505; }
a { background-color: rgb(222,245,5); }
div.DivClassName
{
background-color: #DEF505;
}
.BgClassName
{
background-color: #DEF505;
}
</style>
border-color css
<style>
span { border-color: #DEF505; }
span { border-color: rgb(222,245,5); }
td.TdClassName
{
border-color: #DEF505;
}
.TagClassName
{
border-color: #DEF505;
}
</style>