Shades of Pear #DAF41C
Tints of Pear #DAF41C
RGB
CMYK
RGB Variations
Color information
#DAF41C (or 0xDAF41C) is known color: Pear. HEX triplet: DA, F4 and 1C. RGB value is (218,244,28). Sum of RGB (Red+Green+Blue) = 218+244+28=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 244 (95.70% from 255 or 49.80% from 490); Blue value is 28 (11.33% from 255 or 5.71% from 490); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF41C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF41C is #250BE3. Grayscale: #D4D4D4. Windows color (decimal): -2427876 or 1897690. OLE color: 1897690.
HSL color Cylindrical-coordinate representation of color #DAF41C: hue angle of 67.22º degrees, saturation: 0.91, 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 #DAF41C is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 244 | 28 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.04 |
| HSL | 67.22º | 0.91% | 0.53% | - |
| HSV(B) | 67.22º | 0.89% | 0.96% | - |
| XYZ | 61.47 | 79.69 | 13.24 | - |
| YUV | 211.6 | 24.39 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 244 | 28 | 0.11 | 0 | 0.89 | 0.04 | 67.22 | 0.91 | 0.53 |
| Hex | DA | F4 | 1C | B | 0 | 59 | 4 | 43 | 5B | 35 |
| Octal | 332 | 364 | 34 | 13 | 0 | 131 | 4 | 103 | 133 | 65 |
| Binary | 11011010 | 11110100 | 11100 | 1011 | 0 | 1011001 | 100 | 1000011 | 1011011 | 110101 |
Color Harmonies of #DAF41C
Complementary color
Monochromatic Colors of #DAF41C
Black with #DAF41C
Text Example
Text Example
White with #DAF41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF41C; }
p { color: rgb(218,244,28); }
H1.HeaderClassName
{
color: #DAF41C;
}
.AnyTagClassName
{
color: #DAF41C;
}
</style>
background-color css
<style>
a { background-color: #DAF41C; }
a { background-color: rgb(218,244,28); }
div.DivClassName
{
background-color: #DAF41C;
}
.BgClassName
{
background-color: #DAF41C;
}
</style>
border-color css
<style>
span { border-color: #DAF41C; }
span { border-color: rgb(218,244,28); }
td.TdClassName
{
border-color: #DAF41C;
}
.TagClassName
{
border-color: #DAF41C;
}
</style>