Shades of Chartreuse Yellow #DCE300
Tints of Chartreuse Yellow #DCE300
RGB
CMYK
RGB Variations
Color information
#DCE300 (or 0xDCE300) is known color: Chartreuse Yellow. HEX triplet: DC, E3 and 00. RGB value is (220,227,0). Sum of RGB (Red+Green+Blue) = 220+227+0=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 227 (89.06% from 255 or 50.78% from 447); Blue value is 0 (0.39% from 255 or 0% from 447); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE300 is #231CFF. Grayscale: #C7C7C7. Windows color (decimal): -2301184 or 58332. OLE color: 58332.
HSL color Cylindrical-coordinate representation of color #DCE300: hue angle of 61.85º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCE300 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.11 |
| HSL | 61.85º | 1% | 0.45% | - |
| HSV(B) | 61.85º | 1% | 0.89% | - |
| XYZ | 56.98 | 70.15 | 10.54 | - |
| YUV | 199.03 | 15.68 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 0 | 0.03 | 0 | 1 | 0.11 | 61.85 | 1 | 0.45 |
| Hex | DC | E3 | 0 | 3 | 0 | 64 | B | 3E | 64 | 2D |
| Octal | 334 | 343 | 0 | 3 | 0 | 144 | 13 | 76 | 144 | 55 |
| Binary | 11011100 | 11100011 | 0 | 11 | 0 | 1100100 | 1011 | 111110 | 1100100 | 101101 |
Color Harmonies of #DCE300
Complementary color
Monochromatic Colors of #DCE300
Black with #DCE300
Text Example
Text Example
White with #DCE300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE300; }
p { color: rgb(220,227,0); }
H1.HeaderClassName
{
color: #DCE300;
}
.AnyTagClassName
{
color: #DCE300;
}
</style>
background-color css
<style>
a { background-color: #DCE300; }
a { background-color: rgb(220,227,0); }
div.DivClassName
{
background-color: #DCE300;
}
.BgClassName
{
background-color: #DCE300;
}
</style>
border-color css
<style>
span { border-color: #DCE300; }
span { border-color: rgb(220,227,0); }
td.TdClassName
{
border-color: #DCE300;
}
.TagClassName
{
border-color: #DCE300;
}
</style>