Shades of Chartreuse Yellow #DCEF12
Tints of Chartreuse Yellow #DCEF12
RGB
CMYK
RGB Variations
Color information
#DCEF12 (or 0xDCEF12) is known color: Chartreuse Yellow. HEX triplet: DC, EF and 12. RGB value is (220,239,18). Sum of RGB (Red+Green+Blue) = 220+239+18=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 239 (93.75% from 255 or 50.10% from 477); Blue value is 18 (7.42% from 255 or 3.77% from 477); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEF12 is #2310ED. Grayscale: #D0D0D0. Windows color (decimal): -2298094 or 1241052. OLE color: 1241052.
HSL color Cylindrical-coordinate representation of color #DCEF12: hue angle of 65.16º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCEF12 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 18 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.06 |
| HSL | 65.16º | 0.87% | 0.5% | - |
| HSV(B) | 65.16º | 0.92% | 0.94% | - |
| XYZ | 60.49 | 76.99 | 12.25 | - |
| YUV | 208.13 | 20.71 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 18 | 0.08 | 0 | 0.92 | 0.06 | 65.16 | 0.87 | 0.5 |
| Hex | DC | EF | 12 | 8 | 0 | 5C | 6 | 41 | 57 | 32 |
| Octal | 334 | 357 | 22 | 10 | 0 | 134 | 6 | 101 | 127 | 62 |
| Binary | 11011100 | 11101111 | 10010 | 1000 | 0 | 1011100 | 110 | 1000001 | 1010111 | 110010 |
Color Harmonies of #DCEF12
Complementary color
Monochromatic Colors of #DCEF12
Black with #DCEF12
Text Example
Text Example
White with #DCEF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF12; }
p { color: rgb(220,239,18); }
H1.HeaderClassName
{
color: #DCEF12;
}
.AnyTagClassName
{
color: #DCEF12;
}
</style>
background-color css
<style>
a { background-color: #DCEF12; }
a { background-color: rgb(220,239,18); }
div.DivClassName
{
background-color: #DCEF12;
}
.BgClassName
{
background-color: #DCEF12;
}
</style>
border-color css
<style>
span { border-color: #DCEF12; }
span { border-color: rgb(220,239,18); }
td.TdClassName
{
border-color: #DCEF12;
}
.TagClassName
{
border-color: #DCEF12;
}
</style>