Shades of Chartreuse Yellow #DEF10D
Tints of Chartreuse Yellow #DEF10D
RGB
CMYK
RGB Variations
Color information
#DEF10D (or 0xDEF10D) is known color: Chartreuse Yellow. HEX triplet: DE, F1 and 0D. RGB value is (222,241,13). Sum of RGB (Red+Green+Blue) = 222+241+13=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 13 (5.47% from 255 or 2.73% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF10D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF10D is #210EF2. Grayscale: #D2D2D2. Windows color (decimal): -2166515 or 913886. OLE color: 913886.
HSL color Cylindrical-coordinate representation of color #DEF10D: hue angle of 65º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEF10D is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 241 | 13 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.05 |
| HSL | 65º | 0.9% | 0.5% | - |
| HSV(B) | 65º | 0.95% | 0.95% | - |
| XYZ | 61.65 | 78.47 | 12.28 | - |
| YUV | 209.33 | 17.21 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 241 | 13 | 0.08 | 0 | 0.95 | 0.05 | 65 | 0.9 | 0.5 |
| Hex | DE | F1 | D | 8 | 0 | 5F | 5 | 41 | 5A | 32 |
| Octal | 336 | 361 | 15 | 10 | 0 | 137 | 5 | 101 | 132 | 62 |
| Binary | 11011110 | 11110001 | 1101 | 1000 | 0 | 1011111 | 101 | 1000001 | 1011010 | 110010 |
Color Harmonies of #DEF10D
Complementary color
Monochromatic Colors of #DEF10D
Black with #DEF10D
Text Example
Text Example
White with #DEF10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF10D; }
p { color: rgb(222,241,13); }
H1.HeaderClassName
{
color: #DEF10D;
}
.AnyTagClassName
{
color: #DEF10D;
}
</style>
background-color css
<style>
a { background-color: #DEF10D; }
a { background-color: rgb(222,241,13); }
div.DivClassName
{
background-color: #DEF10D;
}
.BgClassName
{
background-color: #DEF10D;
}
</style>
border-color css
<style>
span { border-color: #DEF10D; }
span { border-color: rgb(222,241,13); }
td.TdClassName
{
border-color: #DEF10D;
}
.TagClassName
{
border-color: #DEF10D;
}
</style>