Shades of Chartreuse Yellow #DAF00C
Tints of Chartreuse Yellow #DAF00C
RGB
CMYK
RGB Variations
Color information
#DAF00C (or 0xDAF00C) is known color: Chartreuse Yellow. HEX triplet: DA, F0 and 0C. RGB value is (218,240,12). Sum of RGB (Red+Green+Blue) = 218+240+12=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 240 (94.14% from 255 or 51.06% from 470); Blue value is 12 (5.08% from 255 or 2.55% from 470); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF00C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF00C is #250FF3. Grayscale: #D0D0D0. Windows color (decimal): -2428916 or 848090. OLE color: 848090.
HSL color Cylindrical-coordinate representation of color #DAF00C: hue angle of 65.79º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAF00C is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 12 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.06 |
| HSL | 65.79º | 0.9% | 0.49% | - |
| HSV(B) | 65.79º | 0.95% | 0.94% | - |
| XYZ | 60.14 | 77.25 | 12.09 | - |
| YUV | 207.43 | 17.71 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 12 | 0.09 | 0 | 0.95 | 0.06 | 65.79 | 0.9 | 0.49 |
| Hex | DA | F0 | C | 9 | 0 | 5F | 6 | 42 | 5A | 31 |
| Octal | 332 | 360 | 14 | 11 | 0 | 137 | 6 | 102 | 132 | 61 |
| Binary | 11011010 | 11110000 | 1100 | 1001 | 0 | 1011111 | 110 | 1000010 | 1011010 | 110001 |
Color Harmonies of #DAF00C
Complementary color
Monochromatic Colors of #DAF00C
Black with #DAF00C
Text Example
Text Example
White with #DAF00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF00C; }
p { color: rgb(218,240,12); }
H1.HeaderClassName
{
color: #DAF00C;
}
.AnyTagClassName
{
color: #DAF00C;
}
</style>
background-color css
<style>
a { background-color: #DAF00C; }
a { background-color: rgb(218,240,12); }
div.DivClassName
{
background-color: #DAF00C;
}
.BgClassName
{
background-color: #DAF00C;
}
</style>
border-color css
<style>
span { border-color: #DAF00C; }
span { border-color: rgb(218,240,12); }
td.TdClassName
{
border-color: #DAF00C;
}
.TagClassName
{
border-color: #DAF00C;
}
</style>