Shades of Chartreuse Yellow #DAF30B
Tints of Chartreuse Yellow #DAF30B
RGB
CMYK
RGB Variations
Color information
#DAF30B (or 0xDAF30B) is known color: Chartreuse Yellow. HEX triplet: DA, F3 and 0B. RGB value is (218,243,11). Sum of RGB (Red+Green+Blue) = 218+243+11=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 243 (95.31% from 255 or 51.48% from 472); Blue value is 11 (4.69% from 255 or 2.33% from 472); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF30B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF30B is #250CF4. Grayscale: #D1D1D1. Windows color (decimal): -2428149 or 783322. OLE color: 783322.
HSL color Cylindrical-coordinate representation of color #DAF30B: hue angle of 66.47º 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 #DAF30B is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 11 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.05 |
| HSL | 66.47º | 0.91% | 0.5% | - |
| HSV(B) | 66.47º | 0.95% | 0.95% | - |
| XYZ | 61.02 | 79.03 | 12.35 | - |
| YUV | 209.08 | 16.22 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 11 | 0.10 | 0 | 0.95 | 0.05 | 66.47 | 0.91 | 0.5 |
| Hex | DA | F3 | B | A | 0 | 5F | 5 | 42 | 5B | 32 |
| Octal | 332 | 363 | 13 | 12 | 0 | 137 | 5 | 102 | 133 | 62 |
| Binary | 11011010 | 11110011 | 1011 | 1010 | 0 | 1011111 | 101 | 1000010 | 1011011 | 110010 |
Color Harmonies of #DAF30B
Complementary color
Monochromatic Colors of #DAF30B
Black with #DAF30B
Text Example
Text Example
White with #DAF30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF30B; }
p { color: rgb(218,243,11); }
H1.HeaderClassName
{
color: #DAF30B;
}
.AnyTagClassName
{
color: #DAF30B;
}
</style>
background-color css
<style>
a { background-color: #DAF30B; }
a { background-color: rgb(218,243,11); }
div.DivClassName
{
background-color: #DAF30B;
}
.BgClassName
{
background-color: #DAF30B;
}
</style>
border-color css
<style>
span { border-color: #DAF30B; }
span { border-color: rgb(218,243,11); }
td.TdClassName
{
border-color: #DAF30B;
}
.TagClassName
{
border-color: #DAF30B;
}
</style>