Shades of Chartreuse Yellow #DEF21B
Tints of Chartreuse Yellow #DEF21B
RGB
CMYK
RGB Variations
Color information
#DEF21B (or 0xDEF21B) is known color: Chartreuse Yellow. HEX triplet: DE, F2 and 1B. RGB value is (222,242,27). Sum of RGB (Red+Green+Blue) = 222+242+27=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 27 (10.94% from 255 or 5.50% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF21B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF21B is #210DE4. Grayscale: #D4D4D4. Windows color (decimal): -2166245 or 1831646. OLE color: 1831646.
HSL color Cylindrical-coordinate representation of color #DEF21B: hue angle of 65.58º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DEF21B is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 27 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.05 |
| HSL | 65.58º | 0.89% | 0.53% | - |
| HSV(B) | 65.58º | 0.89% | 0.95% | - |
| XYZ | 62.07 | 79.11 | 13.04 | - |
| YUV | 211.51 | 23.87 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 27 | 0.08 | 0 | 0.89 | 0.05 | 65.58 | 0.89 | 0.53 |
| Hex | DE | F2 | 1B | 8 | 0 | 59 | 5 | 42 | 59 | 35 |
| Octal | 336 | 362 | 33 | 10 | 0 | 131 | 5 | 102 | 131 | 65 |
| Binary | 11011110 | 11110010 | 11011 | 1000 | 0 | 1011001 | 101 | 1000010 | 1011001 | 110101 |
Color Harmonies of #DEF21B
Complementary color
Monochromatic Colors of #DEF21B
Black with #DEF21B
Text Example
Text Example
White with #DEF21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF21B; }
p { color: rgb(222,242,27); }
H1.HeaderClassName
{
color: #DEF21B;
}
.AnyTagClassName
{
color: #DEF21B;
}
</style>
background-color css
<style>
a { background-color: #DEF21B; }
a { background-color: rgb(222,242,27); }
div.DivClassName
{
background-color: #DEF21B;
}
.BgClassName
{
background-color: #DEF21B;
}
</style>
border-color css
<style>
span { border-color: #DEF21B; }
span { border-color: rgb(222,242,27); }
td.TdClassName
{
border-color: #DEF21B;
}
.TagClassName
{
border-color: #DEF21B;
}
</style>