Shades of Pear #DAF429
Tints of Pear #DAF429
RGB
CMYK
RGB Variations
Color information
#DAF429 (or 0xDAF429) is known color: Pear. HEX triplet: DA, F4 and 29. RGB value is (218,244,41). Sum of RGB (Red+Green+Blue) = 218+244+41=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 244 (95.70% from 255 or 48.51% from 503); Blue value is 41 (16.41% from 255 or 8.15% from 503); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF429 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF429 is #250BD6. Grayscale: #D5D5D5. Windows color (decimal): -2427863 or 2749658. OLE color: 2749658.
HSL color Cylindrical-coordinate representation of color #DAF429: hue angle of 67.68º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAF429 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 244 | 41 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.04 |
| HSL | 67.68º | 0.9% | 0.56% | - |
| HSV(B) | 67.68º | 0.83% | 0.96% | - |
| XYZ | 61.66 | 79.77 | 14.24 | - |
| YUV | 213.08 | 30.89 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 244 | 41 | 0.11 | 0 | 0.83 | 0.04 | 67.68 | 0.9 | 0.56 |
| Hex | DA | F4 | 29 | B | 0 | 53 | 4 | 44 | 5A | 38 |
| Octal | 332 | 364 | 51 | 13 | 0 | 123 | 4 | 104 | 132 | 70 |
| Binary | 11011010 | 11110100 | 101001 | 1011 | 0 | 1010011 | 100 | 1000100 | 1011010 | 111000 |
Color Harmonies of #DAF429
Complementary color
Monochromatic Colors of #DAF429
Black with #DAF429
Text Example
Text Example
White with #DAF429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF429; }
p { color: rgb(218,244,41); }
H1.HeaderClassName
{
color: #DAF429;
}
.AnyTagClassName
{
color: #DAF429;
}
</style>
background-color css
<style>
a { background-color: #DAF429; }
a { background-color: rgb(218,244,41); }
div.DivClassName
{
background-color: #DAF429;
}
.BgClassName
{
background-color: #DAF429;
}
</style>
border-color css
<style>
span { border-color: #DAF429; }
span { border-color: rgb(218,244,41); }
td.TdClassName
{
border-color: #DAF429;
}
.TagClassName
{
border-color: #DAF429;
}
</style>