Shades of Chartreuse Yellow #DCF312
Tints of Chartreuse Yellow #DCF312
RGB
CMYK
RGB Variations
Color information
#DCF312 (or 0xDCF312) is known color: Chartreuse Yellow. HEX triplet: DC, F3 and 12. RGB value is (220,243,18). Sum of RGB (Red+Green+Blue) = 220+243+18=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 18 (7.42% from 255 or 3.74% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF312 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF312 is #230CED. Grayscale: #D3D3D3. Windows color (decimal): -2297070 or 1242076. OLE color: 1242076.
HSL color Cylindrical-coordinate representation of color #DCF312: hue angle of 66.13º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCF312 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 18 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.05 |
| HSL | 66.13º | 0.9% | 0.51% | - |
| HSV(B) | 66.13º | 0.93% | 0.95% | - |
| XYZ | 61.67 | 79.36 | 12.64 | - |
| YUV | 210.47 | 19.38 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 18 | 0.09 | 0 | 0.93 | 0.05 | 66.13 | 0.9 | 0.51 |
| Hex | DC | F3 | 12 | 9 | 0 | 5D | 5 | 42 | 5A | 33 |
| Octal | 334 | 363 | 22 | 11 | 0 | 135 | 5 | 102 | 132 | 63 |
| Binary | 11011100 | 11110011 | 10010 | 1001 | 0 | 1011101 | 101 | 1000010 | 1011010 | 110011 |
Color Harmonies of #DCF312
Complementary color
Monochromatic Colors of #DCF312
Black with #DCF312
Text Example
Text Example
White with #DCF312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF312; }
p { color: rgb(220,243,18); }
H1.HeaderClassName
{
color: #DCF312;
}
.AnyTagClassName
{
color: #DCF312;
}
</style>
background-color css
<style>
a { background-color: #DCF312; }
a { background-color: rgb(220,243,18); }
div.DivClassName
{
background-color: #DCF312;
}
.BgClassName
{
background-color: #DCF312;
}
</style>
border-color css
<style>
span { border-color: #DCF312; }
span { border-color: rgb(220,243,18); }
td.TdClassName
{
border-color: #DCF312;
}
.TagClassName
{
border-color: #DCF312;
}
</style>