Shades of Chartreuse Yellow #DADF01
Tints of Chartreuse Yellow #DADF01
RGB
CMYK
RGB Variations
Color information
#DADF01 (or 0xDADF01) is known color: Chartreuse Yellow. HEX triplet: DA, DF and 01. RGB value is (218,223,1). Sum of RGB (Red+Green+Blue) = 218+223+1=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 223 (87.5% from 255 or 50.45% from 442); Blue value is 1 (0.78% from 255 or 0.23% from 442); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADF01 is #2520FE. Grayscale: #C5C5C5. Windows color (decimal): -2433279 or 122842. OLE color: 122842.
HSL color Cylindrical-coordinate representation of color #DADF01: hue angle of 61.35º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DADF01 is Cyan = 0.02, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 1 | - |
| CMYK | 0.02 | 0 | 1.00 | 0.13 |
| HSL | 61.35º | 0.99% | 0.44% | - |
| HSV(B) | 61.35º | 1% | 0.87% | - |
| XYZ | 55.31 | 67.68 | 10.18 | - |
| YUV | 196.2 | 17.84 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 1 | 0.02 | 0 | 1.00 | 0.13 | 61.35 | 0.99 | 0.44 |
| Hex | DA | DF | 1 | 2 | 0 | 64 | D | 3D | 63 | 2C |
| Octal | 332 | 337 | 1 | 2 | 0 | 144 | 15 | 75 | 143 | 54 |
| Binary | 11011010 | 11011111 | 1 | 10 | 0 | 1100100 | 1101 | 111101 | 1100011 | 101100 |
Color Harmonies of #DADF01
Complementary color
Monochromatic Colors of #DADF01
Black with #DADF01
Text Example
Text Example
White with #DADF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADF01; }
p { color: rgb(218,223,1); }
H1.HeaderClassName
{
color: #DADF01;
}
.AnyTagClassName
{
color: #DADF01;
}
</style>
background-color css
<style>
a { background-color: #DADF01; }
a { background-color: rgb(218,223,1); }
div.DivClassName
{
background-color: #DADF01;
}
.BgClassName
{
background-color: #DADF01;
}
</style>
border-color css
<style>
span { border-color: #DADF01; }
span { border-color: rgb(218,223,1); }
td.TdClassName
{
border-color: #DADF01;
}
.TagClassName
{
border-color: #DADF01;
}
</style>