Shades of Chartreuse Yellow #DAFD1B
Tints of Chartreuse Yellow #DAFD1B
RGB
CMYK
RGB Variations
Color information
#DAFD1B (or 0xDAFD1B) is known color: Chartreuse Yellow. HEX triplet: DA, FD and 1B. RGB value is (218,253,27). Sum of RGB (Red+Green+Blue) = 218+253+27=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 253 (99.22% from 255 or 50.80% from 498); Blue value is 27 (10.94% from 255 or 5.42% from 498); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFD1B is #2502E4. Grayscale: #D9D9D9. Windows color (decimal): -2425573 or 1834458. OLE color: 1834458.
HSL color Cylindrical-coordinate representation of color #DAFD1B: hue angle of 69.29º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAFD1B is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 253 | 27 | - |
CMYK | 0.14 | 0 | 0.89 | 0.01 |
HSL | 69.29º | 0.98% | 0.55% | - |
HSV(B) | 69.29º | 0.89% | 0.99% | - |
XYZ | 64.24 | 85.24 | 14.1 | - |
YUV | 216.77 | 20.9 | 128.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 253 | 27 | 0.14 | 0 | 0.89 | 0.01 | 69.29 | 0.98 | 0.55 |
Hex | DA | FD | 1B | E | 0 | 59 | 1 | 45 | 62 | 37 |
Octal | 332 | 375 | 33 | 16 | 0 | 131 | 1 | 105 | 142 | 67 |
Binary | 11011010 | 11111101 | 11011 | 1110 | 0 | 1011001 | 1 | 1000101 | 1100010 | 110111 |
Color Harmonies of #DAFD1B
Complementary color
Monochromatic Colors of #DAFD1B
Black with #DAFD1B
Text Example
Text Example
White with #DAFD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFD1B; }
p { color: rgb(218,253,27); }
H1.HeaderClassName
{
color: #DAFD1B;
}
.AnyTagClassName
{
color: #DAFD1B;
}
</style>
background-color css
<style>
a { background-color: #DAFD1B; }
a { background-color: rgb(218,253,27); }
div.DivClassName
{
background-color: #DAFD1B;
}
.BgClassName
{
background-color: #DAFD1B;
}
</style>
border-color css
<style>
span { border-color: #DAFD1B; }
span { border-color: rgb(218,253,27); }
td.TdClassName
{
border-color: #DAFD1B;
}
.TagClassName
{
border-color: #DAFD1B;
}
</style>