Shades of Chartreuse Yellow #DCF30D
Tints of Chartreuse Yellow #DCF30D
RGB
CMYK
RGB Variations
Color information
#DCF30D (or 0xDCF30D) is known color: Chartreuse Yellow. HEX triplet: DC, F3 and 0D. RGB value is (220,243,13). Sum of RGB (Red+Green+Blue) = 220+243+13=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 243 (95.31% from 255 or 51.05% from 476); Blue value is 13 (5.47% from 255 or 2.73% from 476); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF30D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF30D is #230CF2. Grayscale: #D2D2D2. Windows color (decimal): -2297075 or 914396. OLE color: 914396.
HSL color Cylindrical-coordinate representation of color #DCF30D: hue angle of 66º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCF30D is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 13 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.05 |
| HSL | 66º | 0.91% | 0.5% | - |
| HSV(B) | 66º | 0.95% | 0.95% | - |
| XYZ | 61.64 | 79.35 | 12.45 | - |
| YUV | 209.9 | 16.88 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 13 | 0.09 | 0 | 0.95 | 0.05 | 66 | 0.91 | 0.5 |
| Hex | DC | F3 | D | 9 | 0 | 5F | 5 | 42 | 5B | 32 |
| Octal | 334 | 363 | 15 | 11 | 0 | 137 | 5 | 102 | 133 | 62 |
| Binary | 11011100 | 11110011 | 1101 | 1001 | 0 | 1011111 | 101 | 1000010 | 1011011 | 110010 |
Color Harmonies of #DCF30D
Complementary color
Monochromatic Colors of #DCF30D
Black with #DCF30D
Text Example
Text Example
White with #DCF30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF30D; }
p { color: rgb(220,243,13); }
H1.HeaderClassName
{
color: #DCF30D;
}
.AnyTagClassName
{
color: #DCF30D;
}
</style>
background-color css
<style>
a { background-color: #DCF30D; }
a { background-color: rgb(220,243,13); }
div.DivClassName
{
background-color: #DCF30D;
}
.BgClassName
{
background-color: #DCF30D;
}
</style>
border-color css
<style>
span { border-color: #DCF30D; }
span { border-color: rgb(220,243,13); }
td.TdClassName
{
border-color: #DCF30D;
}
.TagClassName
{
border-color: #DCF30D;
}
</style>