Shades of Pear #DAF129
Tints of Pear #DAF129
RGB
CMYK
RGB Variations
Color information
#DAF129 (or 0xDAF129) is known color: Pear. HEX triplet: DA, F1 and 29. RGB value is (218,241,41). Sum of RGB (Red+Green+Blue) = 218+241+41=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 41 (16.41% from 255 or 8.2% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF129 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF129 is #250ED6. Grayscale: #D4D4D4. Windows color (decimal): -2428631 or 2748890. OLE color: 2748890.
HSL color Cylindrical-coordinate representation of color #DAF129: hue angle of 66.9º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAF129 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 41 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.05 |
| HSL | 66.9º | 0.88% | 0.55% | - |
| HSV(B) | 66.9º | 0.83% | 0.95% | - |
| XYZ | 60.77 | 77.98 | 13.95 | - |
| YUV | 211.32 | 31.88 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 41 | 0.10 | 0 | 0.83 | 0.05 | 66.9 | 0.88 | 0.55 |
| Hex | DA | F1 | 29 | A | 0 | 53 | 5 | 43 | 58 | 37 |
| Octal | 332 | 361 | 51 | 12 | 0 | 123 | 5 | 103 | 130 | 67 |
| Binary | 11011010 | 11110001 | 101001 | 1010 | 0 | 1010011 | 101 | 1000011 | 1011000 | 110111 |
Color Harmonies of #DAF129
Complementary color
Monochromatic Colors of #DAF129
Black with #DAF129
Text Example
Text Example
White with #DAF129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF129; }
p { color: rgb(218,241,41); }
H1.HeaderClassName
{
color: #DAF129;
}
.AnyTagClassName
{
color: #DAF129;
}
</style>
background-color css
<style>
a { background-color: #DAF129; }
a { background-color: rgb(218,241,41); }
div.DivClassName
{
background-color: #DAF129;
}
.BgClassName
{
background-color: #DAF129;
}
</style>
border-color css
<style>
span { border-color: #DAF129; }
span { border-color: rgb(218,241,41); }
td.TdClassName
{
border-color: #DAF129;
}
.TagClassName
{
border-color: #DAF129;
}
</style>