Shades of Chartreuse Yellow #DEFB1E
Tints of Chartreuse Yellow #DEFB1E
RGB
CMYK
RGB Variations
Color information
#DEFB1E (or 0xDEFB1E) is known color: Chartreuse Yellow. HEX triplet: DE, FB and 1E. RGB value is (222,251,30). Sum of RGB (Red+Green+Blue) = 222+251+30=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 251 (98.44% from 255 or 49.90% from 503); Blue value is 30 (12.11% from 255 or 5.96% from 503); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFB1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFB1E is #2104E1. Grayscale: #D9D9D9. Windows color (decimal): -2163938 or 2030558. OLE color: 2030558.
HSL color Cylindrical-coordinate representation of color #DEFB1E: hue angle of 67.87º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DEFB1E is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 251 | 30 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.02 |
| HSL | 67.87º | 0.97% | 0.55% | - |
| HSV(B) | 67.87º | 0.88% | 0.98% | - |
| XYZ | 64.86 | 84.62 | 14.14 | - |
| YUV | 217.14 | 22.39 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 30 | 0.12 | 0 | 0.88 | 0.02 | 67.87 | 0.97 | 0.55 |
| Hex | DE | FB | 1E | C | 0 | 58 | 2 | 44 | 61 | 37 |
| Octal | 336 | 373 | 36 | 14 | 0 | 130 | 2 | 104 | 141 | 67 |
| Binary | 11011110 | 11111011 | 11110 | 1100 | 0 | 1011000 | 10 | 1000100 | 1100001 | 110111 |
Color Harmonies of #DEFB1E
Complementary color
Monochromatic Colors of #DEFB1E
Black with #DEFB1E
Text Example
Text Example
White with #DEFB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFB1E; }
p { color: rgb(222,251,30); }
H1.HeaderClassName
{
color: #DEFB1E;
}
.AnyTagClassName
{
color: #DEFB1E;
}
</style>
background-color css
<style>
a { background-color: #DEFB1E; }
a { background-color: rgb(222,251,30); }
div.DivClassName
{
background-color: #DEFB1E;
}
.BgClassName
{
background-color: #DEFB1E;
}
</style>
border-color css
<style>
span { border-color: #DEFB1E; }
span { border-color: rgb(222,251,30); }
td.TdClassName
{
border-color: #DEFB1E;
}
.TagClassName
{
border-color: #DEFB1E;
}
</style>