Shades of Chartreuse Yellow #DCF41B
Tints of Chartreuse Yellow #DCF41B
RGB
CMYK
RGB Variations
Color information
#DCF41B (or 0xDCF41B) is known color: Chartreuse Yellow. HEX triplet: DC, F4 and 1B. RGB value is (220,244,27). Sum of RGB (Red+Green+Blue) = 220+244+27=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 244 (95.70% from 255 or 49.69% from 491); Blue value is 27 (10.94% from 255 or 5.50% from 491); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF41B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF41B is #230BE4. Grayscale: #D4D4D4. Windows color (decimal): -2296805 or 1832156. OLE color: 1832156.
HSL color Cylindrical-coordinate representation of color #DCF41B: hue angle of 66.64º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCF41B is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 27 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.04 |
| HSL | 66.64º | 0.91% | 0.53% | - |
| HSV(B) | 66.64º | 0.89% | 0.96% | - |
| XYZ | 62.06 | 80 | 13.21 | - |
| YUV | 212.09 | 23.55 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 27 | 0.10 | 0 | 0.89 | 0.04 | 66.64 | 0.91 | 0.53 |
| Hex | DC | F4 | 1B | A | 0 | 59 | 4 | 43 | 5B | 35 |
| Octal | 334 | 364 | 33 | 12 | 0 | 131 | 4 | 103 | 133 | 65 |
| Binary | 11011100 | 11110100 | 11011 | 1010 | 0 | 1011001 | 100 | 1000011 | 1011011 | 110101 |
Color Harmonies of #DCF41B
Complementary color
Monochromatic Colors of #DCF41B
Black with #DCF41B
Text Example
Text Example
White with #DCF41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF41B; }
p { color: rgb(220,244,27); }
H1.HeaderClassName
{
color: #DCF41B;
}
.AnyTagClassName
{
color: #DCF41B;
}
</style>
background-color css
<style>
a { background-color: #DCF41B; }
a { background-color: rgb(220,244,27); }
div.DivClassName
{
background-color: #DCF41B;
}
.BgClassName
{
background-color: #DCF41B;
}
</style>
border-color css
<style>
span { border-color: #DCF41B; }
span { border-color: rgb(220,244,27); }
td.TdClassName
{
border-color: #DCF41B;
}
.TagClassName
{
border-color: #DCF41B;
}
</style>