Shades of Chartreuse Yellow #DEFB02
Tints of Chartreuse Yellow #DEFB02
RGB
CMYK
RGB Variations
Color information
#DEFB02 (or 0xDEFB02) is known color: Chartreuse Yellow. HEX triplet: DE, FB and 02. RGB value is (222,251,2). Sum of RGB (Red+Green+Blue) = 222+251+2=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 251 (98.44% from 255 or 52.84% from 475); Blue value is 2 (1.17% from 255 or 0.42% from 475); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFB02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEFB02 is #2104FD. Grayscale: #D6D6D6. Windows color (decimal): -2163966 or 195550. OLE color: 195550.
HSL color Cylindrical-coordinate representation of color #DEFB02: hue angle of 66.99º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DEFB02 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 251 | 2 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.02 |
| HSL | 66.99º | 0.98% | 0.5% | - |
| HSV(B) | 66.99º | 0.99% | 0.98% | - |
| XYZ | 64.63 | 84.53 | 12.97 | - |
| YUV | 213.94 | 8.39 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 2 | 0.12 | 0 | 0.99 | 0.02 | 66.99 | 0.98 | 0.5 |
| Hex | DE | FB | 2 | C | 0 | 63 | 2 | 43 | 62 | 32 |
| Octal | 336 | 373 | 2 | 14 | 0 | 143 | 2 | 103 | 142 | 62 |
| Binary | 11011110 | 11111011 | 10 | 1100 | 0 | 1100011 | 10 | 1000011 | 1100010 | 110010 |
Color Harmonies of #DEFB02
Complementary color
Monochromatic Colors of #DEFB02
Black with #DEFB02
Text Example
Text Example
White with #DEFB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFB02; }
p { color: rgb(222,251,2); }
H1.HeaderClassName
{
color: #DEFB02;
}
.AnyTagClassName
{
color: #DEFB02;
}
</style>
background-color css
<style>
a { background-color: #DEFB02; }
a { background-color: rgb(222,251,2); }
div.DivClassName
{
background-color: #DEFB02;
}
.BgClassName
{
background-color: #DEFB02;
}
</style>
border-color css
<style>
span { border-color: #DEFB02; }
span { border-color: rgb(222,251,2); }
td.TdClassName
{
border-color: #DEFB02;
}
.TagClassName
{
border-color: #DEFB02;
}
</style>