Shades of Chartreuse Yellow #DCF31A
Tints of Chartreuse Yellow #DCF31A
RGB
CMYK
RGB Variations
Color information
#DCF31A (or 0xDCF31A) is known color: Chartreuse Yellow. HEX triplet: DC, F3 and 1A. RGB value is (220,243,26). Sum of RGB (Red+Green+Blue) = 220+243+26=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 243 (95.31% from 255 or 49.69% from 489); Blue value is 26 (10.55% from 255 or 5.32% from 489); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF31A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF31A is #230CE5. Grayscale: #D4D4D4. Windows color (decimal): -2297062 or 1766364. OLE color: 1766364.
HSL color Cylindrical-coordinate representation of color #DCF31A: hue angle of 66.36º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCF31A is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 26 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.05 |
| HSL | 66.36º | 0.9% | 0.53% | - |
| HSV(B) | 66.36º | 0.89% | 0.95% | - |
| XYZ | 61.75 | 79.39 | 13.05 | - |
| YUV | 211.39 | 23.38 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 26 | 0.09 | 0 | 0.89 | 0.05 | 66.36 | 0.9 | 0.53 |
| Hex | DC | F3 | 1A | 9 | 0 | 59 | 5 | 42 | 5A | 35 |
| Octal | 334 | 363 | 32 | 11 | 0 | 131 | 5 | 102 | 132 | 65 |
| Binary | 11011100 | 11110011 | 11010 | 1001 | 0 | 1011001 | 101 | 1000010 | 1011010 | 110101 |
Color Harmonies of #DCF31A
Complementary color
Monochromatic Colors of #DCF31A
Black with #DCF31A
Text Example
Text Example
White with #DCF31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF31A; }
p { color: rgb(220,243,26); }
H1.HeaderClassName
{
color: #DCF31A;
}
.AnyTagClassName
{
color: #DCF31A;
}
</style>
background-color css
<style>
a { background-color: #DCF31A; }
a { background-color: rgb(220,243,26); }
div.DivClassName
{
background-color: #DCF31A;
}
.BgClassName
{
background-color: #DCF31A;
}
</style>
border-color css
<style>
span { border-color: #DCF31A; }
span { border-color: rgb(220,243,26); }
td.TdClassName
{
border-color: #DCF31A;
}
.TagClassName
{
border-color: #DCF31A;
}
</style>