Shades of Chartreuse Yellow #DCF305
Tints of Chartreuse Yellow #DCF305
RGB
CMYK
RGB Variations
Color information
#DCF305 (or 0xDCF305) is known color: Chartreuse Yellow. HEX triplet: DC, F3 and 05. RGB value is (220,243,5). Sum of RGB (Red+Green+Blue) = 220+243+5=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 243 (95.31% from 255 or 51.92% from 468); Blue value is 5 (2.34% from 255 or 1.07% from 468); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF305 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF305 is #230CFA. Grayscale: #D1D1D1. Windows color (decimal): -2297083 or 390108. OLE color: 390108.
HSL color Cylindrical-coordinate representation of color #DCF305: hue angle of 65.8º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCF305 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 5 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.05 |
| HSL | 65.8º | 0.96% | 0.49% | - |
| HSV(B) | 65.8º | 0.98% | 0.95% | - |
| XYZ | 61.59 | 79.33 | 12.21 | - |
| YUV | 208.99 | 12.88 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 5 | 0.09 | 0 | 0.98 | 0.05 | 65.8 | 0.96 | 0.49 |
| Hex | DC | F3 | 5 | 9 | 0 | 62 | 5 | 42 | 60 | 31 |
| Octal | 334 | 363 | 5 | 11 | 0 | 142 | 5 | 102 | 140 | 61 |
| Binary | 11011100 | 11110011 | 101 | 1001 | 0 | 1100010 | 101 | 1000010 | 1100000 | 110001 |
Color Harmonies of #DCF305
Complementary color
Monochromatic Colors of #DCF305
Black with #DCF305
Text Example
Text Example
White with #DCF305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF305; }
p { color: rgb(220,243,5); }
H1.HeaderClassName
{
color: #DCF305;
}
.AnyTagClassName
{
color: #DCF305;
}
</style>
background-color css
<style>
a { background-color: #DCF305; }
a { background-color: rgb(220,243,5); }
div.DivClassName
{
background-color: #DCF305;
}
.BgClassName
{
background-color: #DCF305;
}
</style>
border-color css
<style>
span { border-color: #DCF305; }
span { border-color: rgb(220,243,5); }
td.TdClassName
{
border-color: #DCF305;
}
.TagClassName
{
border-color: #DCF305;
}
</style>