Shades of Pear #DAF544
Tints of Pear #DAF544
RGB
CMYK
RGB Variations
Color information
#DAF544 (or 0xDAF544) is known color: Pear. HEX triplet: DA, F5 and 44. RGB value is (218,245,68). Sum of RGB (Red+Green+Blue) = 218+245+68=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 68 (26.95% from 255 or 12.81% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF544 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF544 is #250ABB. Grayscale: #D9D9D9. Windows color (decimal): -2427580 or 4519386. OLE color: 4519386.
HSL color Cylindrical-coordinate representation of color #DAF544: hue angle of 69.15º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAF544 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 68 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.04 |
| HSL | 69.15º | 0.9% | 0.61% | - |
| HSV(B) | 69.15º | 0.72% | 0.96% | - |
| XYZ | 62.61 | 80.63 | 17.73 | - |
| YUV | 216.75 | 44.05 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 68 | 0.11 | 0 | 0.72 | 0.04 | 69.15 | 0.9 | 0.61 |
| Hex | DA | F5 | 44 | B | 0 | 48 | 4 | 45 | 5A | 3D |
| Octal | 332 | 365 | 104 | 13 | 0 | 110 | 4 | 105 | 132 | 75 |
| Binary | 11011010 | 11110101 | 1000100 | 1011 | 0 | 1001000 | 100 | 1000101 | 1011010 | 111101 |
Color Harmonies of #DAF544
Complementary color
Monochromatic Colors of #DAF544
Black with #DAF544
Text Example
Text Example
White with #DAF544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF544; }
p { color: rgb(218,245,68); }
H1.HeaderClassName
{
color: #DAF544;
}
.AnyTagClassName
{
color: #DAF544;
}
</style>
background-color css
<style>
a { background-color: #DAF544; }
a { background-color: rgb(218,245,68); }
div.DivClassName
{
background-color: #DAF544;
}
.BgClassName
{
background-color: #DAF544;
}
</style>
border-color css
<style>
span { border-color: #DAF544; }
span { border-color: rgb(218,245,68); }
td.TdClassName
{
border-color: #DAF544;
}
.TagClassName
{
border-color: #DAF544;
}
</style>