Shades of Chartreuse Yellow #DCEB05
Tints of Chartreuse Yellow #DCEB05
RGB
CMYK
RGB Variations
Color information
#DCEB05 (or 0xDCEB05) is known color: Chartreuse Yellow. HEX triplet: DC, EB and 05. RGB value is (220,235,5). Sum of RGB (Red+Green+Blue) = 220+235+5=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 235 (92.19% from 255 or 51.09% from 460); Blue value is 5 (2.34% from 255 or 1.09% from 460); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEB05 is #2314FA. Grayscale: #CDCDCD. Windows color (decimal): -2299131 or 388060. OLE color: 388060.
HSL color Cylindrical-coordinate representation of color #DCEB05: hue angle of 63.91º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCEB05 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 5 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.08 |
| HSL | 63.91º | 0.96% | 0.47% | - |
| HSV(B) | 63.91º | 0.98% | 0.92% | - |
| XYZ | 59.25 | 74.64 | 11.43 | - |
| YUV | 204.3 | 15.53 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 5 | 0.06 | 0 | 0.98 | 0.08 | 63.91 | 0.96 | 0.47 |
| Hex | DC | EB | 5 | 6 | 0 | 62 | 8 | 40 | 60 | 2F |
| Octal | 334 | 353 | 5 | 6 | 0 | 142 | 10 | 100 | 140 | 57 |
| Binary | 11011100 | 11101011 | 101 | 110 | 0 | 1100010 | 1000 | 1000000 | 1100000 | 101111 |
Color Harmonies of #DCEB05
Complementary color
Monochromatic Colors of #DCEB05
Black with #DCEB05
Text Example
Text Example
White with #DCEB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB05; }
p { color: rgb(220,235,5); }
H1.HeaderClassName
{
color: #DCEB05;
}
.AnyTagClassName
{
color: #DCEB05;
}
</style>
background-color css
<style>
a { background-color: #DCEB05; }
a { background-color: rgb(220,235,5); }
div.DivClassName
{
background-color: #DCEB05;
}
.BgClassName
{
background-color: #DCEB05;
}
</style>
border-color css
<style>
span { border-color: #DCEB05; }
span { border-color: rgb(220,235,5); }
td.TdClassName
{
border-color: #DCEB05;
}
.TagClassName
{
border-color: #DCEB05;
}
</style>