Shades of Chartreuse Yellow #DCF301
Tints of Chartreuse Yellow #DCF301
RGB
CMYK
RGB Variations
Color information
#DCF301 (or 0xDCF301) is known color: Chartreuse Yellow. HEX triplet: DC, F3 and 01. RGB value is (220,243,1). Sum of RGB (Red+Green+Blue) = 220+243+1=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 243 (95.31% from 255 or 52.37% from 464); Blue value is 1 (0.78% from 255 or 0.22% from 464); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF301 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF301 is #230CFE. Grayscale: #D1D1D1. Windows color (decimal): -2297087 or 127964. OLE color: 127964.
HSL color Cylindrical-coordinate representation of color #DCF301: hue angle of 65.7º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCF301 is Cyan = 0.09, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 1 | - |
| CMYK | 0.09 | 0 | 1.00 | 0.05 |
| HSL | 65.7º | 0.99% | 0.48% | - |
| HSV(B) | 65.7º | 1% | 0.95% | - |
| XYZ | 61.57 | 79.32 | 12.09 | - |
| YUV | 208.54 | 10.88 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 1 | 0.09 | 0 | 1.00 | 0.05 | 65.7 | 0.99 | 0.48 |
| Hex | DC | F3 | 1 | 9 | 0 | 64 | 5 | 42 | 63 | 30 |
| Octal | 334 | 363 | 1 | 11 | 0 | 144 | 5 | 102 | 143 | 60 |
| Binary | 11011100 | 11110011 | 1 | 1001 | 0 | 1100100 | 101 | 1000010 | 1100011 | 110000 |
Color Harmonies of #DCF301
Complementary color
Monochromatic Colors of #DCF301
Black with #DCF301
Text Example
Text Example
White with #DCF301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF301; }
p { color: rgb(220,243,1); }
H1.HeaderClassName
{
color: #DCF301;
}
.AnyTagClassName
{
color: #DCF301;
}
</style>
background-color css
<style>
a { background-color: #DCF301; }
a { background-color: rgb(220,243,1); }
div.DivClassName
{
background-color: #DCF301;
}
.BgClassName
{
background-color: #DCF301;
}
</style>
border-color css
<style>
span { border-color: #DCF301; }
span { border-color: rgb(220,243,1); }
td.TdClassName
{
border-color: #DCF301;
}
.TagClassName
{
border-color: #DCF301;
}
</style>