Shades of Chartreuse Yellow #DEF100
Tints of Chartreuse Yellow #DEF100
RGB
CMYK
RGB Variations
Color information
#DEF100 (or 0xDEF100) is known color: Chartreuse Yellow. HEX triplet: DE, F1 and 00. RGB value is (222,241,0). Sum of RGB (Red+Green+Blue) = 222+241+0=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 241 (94.53% from 255 or 52.05% from 463); Blue value is 0 (0.39% from 255 or 0% from 463); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF100 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF100 is #210EFF. Grayscale: #D0D0D0. Windows color (decimal): -2166528 or 61918. OLE color: 61918.
HSL color Cylindrical-coordinate representation of color #DEF100: hue angle of 64.73º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DEF100 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 241 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.05 |
| HSL | 64.73º | 1% | 0.47% | - |
| HSV(B) | 64.73º | 1% | 0.95% | - |
| XYZ | 61.58 | 78.44 | 11.89 | - |
| YUV | 207.85 | 10.71 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 241 | 0 | 0.08 | 0 | 1 | 0.05 | 64.73 | 1 | 0.47 |
| Hex | DE | F1 | 0 | 8 | 0 | 64 | 5 | 41 | 64 | 2F |
| Octal | 336 | 361 | 0 | 10 | 0 | 144 | 5 | 101 | 144 | 57 |
| Binary | 11011110 | 11110001 | 0 | 1000 | 0 | 1100100 | 101 | 1000001 | 1100100 | 101111 |
Color Harmonies of #DEF100
Complementary color
Monochromatic Colors of #DEF100
Black with #DEF100
Text Example
Text Example
White with #DEF100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF100; }
p { color: rgb(222,241,0); }
H1.HeaderClassName
{
color: #DEF100;
}
.AnyTagClassName
{
color: #DEF100;
}
</style>
background-color css
<style>
a { background-color: #DEF100; }
a { background-color: rgb(222,241,0); }
div.DivClassName
{
background-color: #DEF100;
}
.BgClassName
{
background-color: #DEF100;
}
</style>
border-color css
<style>
span { border-color: #DEF100; }
span { border-color: rgb(222,241,0); }
td.TdClassName
{
border-color: #DEF100;
}
.TagClassName
{
border-color: #DEF100;
}
</style>