Shades of Chartreuse Yellow #DCEB0B
Tints of Chartreuse Yellow #DCEB0B
RGB
CMYK
RGB Variations
Color information
#DCEB0B (or 0xDCEB0B) is known color: Chartreuse Yellow. HEX triplet: DC, EB and 0B. RGB value is (220,235,11). Sum of RGB (Red+Green+Blue) = 220+235+11=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 235 (92.19% from 255 or 50.43% from 466); Blue value is 11 (4.69% from 255 or 2.36% from 466); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEB0B is #2314F4. Grayscale: #CDCDCD. Windows color (decimal): -2299125 or 781276. OLE color: 781276.
HSL color Cylindrical-coordinate representation of color #DCEB0B: hue angle of 64.02º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCEB0B is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 11 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.08 |
| HSL | 64.02º | 0.91% | 0.48% | - |
| HSV(B) | 64.02º | 0.95% | 0.92% | - |
| XYZ | 59.28 | 74.66 | 11.6 | - |
| YUV | 204.98 | 18.53 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 11 | 0.06 | 0 | 0.95 | 0.08 | 64.02 | 0.91 | 0.48 |
| Hex | DC | EB | B | 6 | 0 | 5F | 8 | 40 | 5B | 30 |
| Octal | 334 | 353 | 13 | 6 | 0 | 137 | 10 | 100 | 133 | 60 |
| Binary | 11011100 | 11101011 | 1011 | 110 | 0 | 1011111 | 1000 | 1000000 | 1011011 | 110000 |
Color Harmonies of #DCEB0B
Complementary color
Monochromatic Colors of #DCEB0B
Black with #DCEB0B
Text Example
Text Example
White with #DCEB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB0B; }
p { color: rgb(220,235,11); }
H1.HeaderClassName
{
color: #DCEB0B;
}
.AnyTagClassName
{
color: #DCEB0B;
}
</style>
background-color css
<style>
a { background-color: #DCEB0B; }
a { background-color: rgb(220,235,11); }
div.DivClassName
{
background-color: #DCEB0B;
}
.BgClassName
{
background-color: #DCEB0B;
}
</style>
border-color css
<style>
span { border-color: #DCEB0B; }
span { border-color: rgb(220,235,11); }
td.TdClassName
{
border-color: #DCEB0B;
}
.TagClassName
{
border-color: #DCEB0B;
}
</style>