Shades of Chartreuse Yellow #DCF812
Tints of Chartreuse Yellow #DCF812
RGB
CMYK
RGB Variations
Color information
#DCF812 (or 0xDCF812) is known color: Chartreuse Yellow. HEX triplet: DC, F8 and 12. RGB value is (220,248,18). Sum of RGB (Red+Green+Blue) = 220+248+18=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 248 (97.27% from 255 or 51.03% from 486); Blue value is 18 (7.42% from 255 or 3.70% from 486); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF812 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF812 is #2307ED. Grayscale: #D6D6D6. Windows color (decimal): -2295790 or 1243356. OLE color: 1243356.
HSL color Cylindrical-coordinate representation of color #DCF812: hue angle of 67.3º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCF812 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 18 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.03 |
| HSL | 67.3º | 0.94% | 0.52% | - |
| HSV(B) | 67.3º | 0.93% | 0.97% | - |
| XYZ | 63.19 | 82.39 | 13.15 | - |
| YUV | 213.41 | 17.72 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 18 | 0.11 | 0 | 0.93 | 0.03 | 67.3 | 0.94 | 0.52 |
| Hex | DC | F8 | 12 | B | 0 | 5D | 3 | 43 | 5E | 34 |
| Octal | 334 | 370 | 22 | 13 | 0 | 135 | 3 | 103 | 136 | 64 |
| Binary | 11011100 | 11111000 | 10010 | 1011 | 0 | 1011101 | 11 | 1000011 | 1011110 | 110100 |
Color Harmonies of #DCF812
Complementary color
Monochromatic Colors of #DCF812
Black with #DCF812
Text Example
Text Example
White with #DCF812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF812; }
p { color: rgb(220,248,18); }
H1.HeaderClassName
{
color: #DCF812;
}
.AnyTagClassName
{
color: #DCF812;
}
</style>
background-color css
<style>
a { background-color: #DCF812; }
a { background-color: rgb(220,248,18); }
div.DivClassName
{
background-color: #DCF812;
}
.BgClassName
{
background-color: #DCF812;
}
</style>
border-color css
<style>
span { border-color: #DCF812; }
span { border-color: rgb(220,248,18); }
td.TdClassName
{
border-color: #DCF812;
}
.TagClassName
{
border-color: #DCF812;
}
</style>