Shades of Chartreuse Yellow #DCFB1D
Tints of Chartreuse Yellow #DCFB1D
RGB
CMYK
RGB Variations
Color information
#DCFB1D (or 0xDCFB1D) is known color: Chartreuse Yellow. HEX triplet: DC, FB and 1D. RGB value is (220,251,29). Sum of RGB (Red+Green+Blue) = 220+251+29=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 251 (98.44% from 255 or 50.2% from 500); Blue value is 29 (11.72% from 255 or 5.8% from 500); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFB1D is #2304E2. Grayscale: #D9D9D9. Windows color (decimal): -2295011 or 1965020. OLE color: 1965020.
HSL color Cylindrical-coordinate representation of color #DCFB1D: hue angle of 68.38º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCFB1D is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 29 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.02 |
| HSL | 68.38º | 0.97% | 0.55% | - |
| HSV(B) | 68.38º | 0.88% | 0.98% | - |
| XYZ | 64.23 | 84.3 | 14.05 | - |
| YUV | 216.42 | 22.23 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 29 | 0.12 | 0 | 0.88 | 0.02 | 68.38 | 0.97 | 0.55 |
| Hex | DC | FB | 1D | C | 0 | 58 | 2 | 44 | 61 | 37 |
| Octal | 334 | 373 | 35 | 14 | 0 | 130 | 2 | 104 | 141 | 67 |
| Binary | 11011100 | 11111011 | 11101 | 1100 | 0 | 1011000 | 10 | 1000100 | 1100001 | 110111 |
Color Harmonies of #DCFB1D
Complementary color
Monochromatic Colors of #DCFB1D
Black with #DCFB1D
Text Example
Text Example
White with #DCFB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB1D; }
p { color: rgb(220,251,29); }
H1.HeaderClassName
{
color: #DCFB1D;
}
.AnyTagClassName
{
color: #DCFB1D;
}
</style>
background-color css
<style>
a { background-color: #DCFB1D; }
a { background-color: rgb(220,251,29); }
div.DivClassName
{
background-color: #DCFB1D;
}
.BgClassName
{
background-color: #DCFB1D;
}
</style>
border-color css
<style>
span { border-color: #DCFB1D; }
span { border-color: rgb(220,251,29); }
td.TdClassName
{
border-color: #DCFB1D;
}
.TagClassName
{
border-color: #DCFB1D;
}
</style>