Shades of Chartreuse Yellow #DAF51B
Tints of Chartreuse Yellow #DAF51B
RGB
CMYK
RGB Variations
Color information
#DAF51B (or 0xDAF51B) is known color: Chartreuse Yellow. HEX triplet: DA, F5 and 1B. RGB value is (218,245,27). Sum of RGB (Red+Green+Blue) = 218+245+27=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 245 (96.09% from 255 or 50% from 490); Blue value is 27 (10.94% from 255 or 5.51% from 490); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF51B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF51B is #250AE4. Grayscale: #D4D4D4. Windows color (decimal): -2427621 or 1832410. OLE color: 1832410.
HSL color Cylindrical-coordinate representation of color #DAF51B: hue angle of 67.43º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAF51B is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 27 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.04 |
| HSL | 67.43º | 0.92% | 0.53% | - |
| HSV(B) | 67.43º | 0.89% | 0.96% | - |
| XYZ | 61.76 | 80.29 | 13.28 | - |
| YUV | 212.08 | 23.55 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 27 | 0.11 | 0 | 0.89 | 0.04 | 67.43 | 0.92 | 0.53 |
| Hex | DA | F5 | 1B | B | 0 | 59 | 4 | 43 | 5C | 35 |
| Octal | 332 | 365 | 33 | 13 | 0 | 131 | 4 | 103 | 134 | 65 |
| Binary | 11011010 | 11110101 | 11011 | 1011 | 0 | 1011001 | 100 | 1000011 | 1011100 | 110101 |
Color Harmonies of #DAF51B
Complementary color
Monochromatic Colors of #DAF51B
Black with #DAF51B
Text Example
Text Example
White with #DAF51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF51B; }
p { color: rgb(218,245,27); }
H1.HeaderClassName
{
color: #DAF51B;
}
.AnyTagClassName
{
color: #DAF51B;
}
</style>
background-color css
<style>
a { background-color: #DAF51B; }
a { background-color: rgb(218,245,27); }
div.DivClassName
{
background-color: #DAF51B;
}
.BgClassName
{
background-color: #DAF51B;
}
</style>
border-color css
<style>
span { border-color: #DAF51B; }
span { border-color: rgb(218,245,27); }
td.TdClassName
{
border-color: #DAF51B;
}
.TagClassName
{
border-color: #DAF51B;
}
</style>