Shades of Pear #DAF247
Tints of Pear #DAF247
RGB
CMYK
RGB Variations
Color information
#DAF247 (or 0xDAF247) is known color: Pear. HEX triplet: DA, F2 and 47. RGB value is (218,242,71). Sum of RGB (Red+Green+Blue) = 218+242+71=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 71 (28.12% from 255 or 13.37% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF247 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF247 is #250DB8. Grayscale: #D7D7D7. Windows color (decimal): -2428345 or 4715226. OLE color: 4715226.
HSL color Cylindrical-coordinate representation of color #DAF247: hue angle of 68.42º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAF247 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 71 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.05 |
| HSL | 68.42º | 0.87% | 0.61% | - |
| HSV(B) | 68.42º | 0.71% | 0.95% | - |
| XYZ | 61.8 | 78.86 | 17.93 | - |
| YUV | 215.33 | 46.55 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 71 | 0.10 | 0 | 0.71 | 0.05 | 68.42 | 0.87 | 0.61 |
| Hex | DA | F2 | 47 | A | 0 | 47 | 5 | 44 | 57 | 3D |
| Octal | 332 | 362 | 107 | 12 | 0 | 107 | 5 | 104 | 127 | 75 |
| Binary | 11011010 | 11110010 | 1000111 | 1010 | 0 | 1000111 | 101 | 1000100 | 1010111 | 111101 |
Color Harmonies of #DAF247
Complementary color
Monochromatic Colors of #DAF247
Black with #DAF247
Text Example
Text Example
White with #DAF247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF247; }
p { color: rgb(218,242,71); }
H1.HeaderClassName
{
color: #DAF247;
}
.AnyTagClassName
{
color: #DAF247;
}
</style>
background-color css
<style>
a { background-color: #DAF247; }
a { background-color: rgb(218,242,71); }
div.DivClassName
{
background-color: #DAF247;
}
.BgClassName
{
background-color: #DAF247;
}
</style>
border-color css
<style>
span { border-color: #DAF247; }
span { border-color: rgb(218,242,71); }
td.TdClassName
{
border-color: #DAF247;
}
.TagClassName
{
border-color: #DAF247;
}
</style>