Shades of Pear #DAF845
Tints of Pear #DAF845
RGB
CMYK
RGB Variations
Color information
#DAF845 (or 0xDAF845) is known color: Pear. HEX triplet: DA, F8 and 45. RGB value is (218,248,69). Sum of RGB (Red+Green+Blue) = 218+248+69=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 248 (97.27% from 255 or 46.36% from 535); Blue value is 69 (27.34% from 255 or 12.90% from 535); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF845 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF845 is #2507BA. Grayscale: #DBDBDB. Windows color (decimal): -2426811 or 4585690. OLE color: 4585690.
HSL color Cylindrical-coordinate representation of color #DAF845: hue angle of 70.06º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAF845 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 248 | 69 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.03 |
| HSL | 70.06º | 0.93% | 0.62% | - |
| HSV(B) | 70.06º | 0.72% | 0.97% | - |
| XYZ | 63.56 | 82.47 | 18.2 | - |
| YUV | 218.62 | 43.56 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 248 | 69 | 0.12 | 0 | 0.72 | 0.03 | 70.06 | 0.93 | 0.62 |
| Hex | DA | F8 | 45 | C | 0 | 48 | 3 | 46 | 5D | 3E |
| Octal | 332 | 370 | 105 | 14 | 0 | 110 | 3 | 106 | 135 | 76 |
| Binary | 11011010 | 11111000 | 1000101 | 1100 | 0 | 1001000 | 11 | 1000110 | 1011101 | 111110 |
Color Harmonies of #DAF845
Complementary color
Monochromatic Colors of #DAF845
Black with #DAF845
Text Example
Text Example
White with #DAF845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF845; }
p { color: rgb(218,248,69); }
H1.HeaderClassName
{
color: #DAF845;
}
.AnyTagClassName
{
color: #DAF845;
}
</style>
background-color css
<style>
a { background-color: #DAF845; }
a { background-color: rgb(218,248,69); }
div.DivClassName
{
background-color: #DAF845;
}
.BgClassName
{
background-color: #DAF845;
}
</style>
border-color css
<style>
span { border-color: #DAF845; }
span { border-color: rgb(218,248,69); }
td.TdClassName
{
border-color: #DAF845;
}
.TagClassName
{
border-color: #DAF845;
}
</style>