Shades of Chartreuse Yellow #DCF90F
Tints of Chartreuse Yellow #DCF90F
RGB
CMYK
RGB Variations
Color information
#DCF90F (or 0xDCF90F) is known color: Chartreuse Yellow. HEX triplet: DC, F9 and 0F. RGB value is (220,249,15). Sum of RGB (Red+Green+Blue) = 220+249+15=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 249 (97.66% from 255 or 51.45% from 484); Blue value is 15 (6.25% from 255 or 3.10% from 484); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF90F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF90F is #2306F0. Grayscale: #D6D6D6. Windows color (decimal): -2295537 or 1047004. OLE color: 1047004.
HSL color Cylindrical-coordinate representation of color #DCF90F: hue angle of 67.44º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCF90F is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 15 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.02 |
| HSL | 67.44º | 0.95% | 0.52% | - |
| HSV(B) | 67.44º | 0.94% | 0.98% | - |
| XYZ | 63.48 | 83 | 13.13 | - |
| YUV | 213.65 | 15.89 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 15 | 0.12 | 0 | 0.94 | 0.02 | 67.44 | 0.95 | 0.52 |
| Hex | DC | F9 | F | C | 0 | 5E | 2 | 43 | 5F | 34 |
| Octal | 334 | 371 | 17 | 14 | 0 | 136 | 2 | 103 | 137 | 64 |
| Binary | 11011100 | 11111001 | 1111 | 1100 | 0 | 1011110 | 10 | 1000011 | 1011111 | 110100 |
Color Harmonies of #DCF90F
Complementary color
Monochromatic Colors of #DCF90F
Black with #DCF90F
Text Example
Text Example
White with #DCF90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF90F; }
p { color: rgb(220,249,15); }
H1.HeaderClassName
{
color: #DCF90F;
}
.AnyTagClassName
{
color: #DCF90F;
}
</style>
background-color css
<style>
a { background-color: #DCF90F; }
a { background-color: rgb(220,249,15); }
div.DivClassName
{
background-color: #DCF90F;
}
.BgClassName
{
background-color: #DCF90F;
}
</style>
border-color css
<style>
span { border-color: #DCF90F; }
span { border-color: rgb(220,249,15); }
td.TdClassName
{
border-color: #DCF90F;
}
.TagClassName
{
border-color: #DCF90F;
}
</style>