Shades of Chartreuse Yellow #DCFB1E
Tints of Chartreuse Yellow #DCFB1E
RGB
CMYK
RGB Variations
Color information
#DCFB1E (or 0xDCFB1E) is known color: Chartreuse Yellow. HEX triplet: DC, FB and 1E. RGB value is (220,251,30). Sum of RGB (Red+Green+Blue) = 220+251+30=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 30 (12.11% from 255 or 5.99% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFB1E is #2304E1. Grayscale: #D9D9D9. Windows color (decimal): -2295010 or 2030556. OLE color: 2030556.
HSL color Cylindrical-coordinate representation of color #DCFB1E: hue angle of 68.42º 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 #DCFB1E is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 30 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.02 |
| HSL | 68.42º | 0.97% | 0.55% | - |
| HSV(B) | 68.42º | 0.88% | 0.98% | - |
| XYZ | 64.25 | 84.3 | 14.11 | - |
| YUV | 216.54 | 22.73 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 30 | 0.12 | 0 | 0.88 | 0.02 | 68.42 | 0.97 | 0.55 |
| Hex | DC | FB | 1E | C | 0 | 58 | 2 | 44 | 61 | 37 |
| Octal | 334 | 373 | 36 | 14 | 0 | 130 | 2 | 104 | 141 | 67 |
| Binary | 11011100 | 11111011 | 11110 | 1100 | 0 | 1011000 | 10 | 1000100 | 1100001 | 110111 |
Color Harmonies of #DCFB1E
Complementary color
Monochromatic Colors of #DCFB1E
Black with #DCFB1E
Text Example
Text Example
White with #DCFB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB1E; }
p { color: rgb(220,251,30); }
H1.HeaderClassName
{
color: #DCFB1E;
}
.AnyTagClassName
{
color: #DCFB1E;
}
</style>
background-color css
<style>
a { background-color: #DCFB1E; }
a { background-color: rgb(220,251,30); }
div.DivClassName
{
background-color: #DCFB1E;
}
.BgClassName
{
background-color: #DCFB1E;
}
</style>
border-color css
<style>
span { border-color: #DCFB1E; }
span { border-color: rgb(220,251,30); }
td.TdClassName
{
border-color: #DCFB1E;
}
.TagClassName
{
border-color: #DCFB1E;
}
</style>