Shades of Pear #DAF246
Tints of Pear #DAF246
RGB
CMYK
RGB Variations
Color information
#DAF246 (or 0xDAF246) is known color: Pear. HEX triplet: DA, F2 and 46. RGB value is (218,242,70). Sum of RGB (Red+Green+Blue) = 218+242+70=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 70 (27.73% from 255 or 13.21% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF246 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF246 is #250DB9. Grayscale: #D7D7D7. Windows color (decimal): -2428346 or 4649690. OLE color: 4649690.
HSL color Cylindrical-coordinate representation of color #DAF246: hue angle of 68.37º 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 #DAF246 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 70 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.05 |
| HSL | 68.37º | 0.87% | 0.61% | - |
| HSV(B) | 68.37º | 0.71% | 0.95% | - |
| XYZ | 61.77 | 78.85 | 17.76 | - |
| YUV | 215.22 | 46.05 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 70 | 0.10 | 0 | 0.71 | 0.05 | 68.37 | 0.87 | 0.61 |
| Hex | DA | F2 | 46 | A | 0 | 47 | 5 | 44 | 57 | 3D |
| Octal | 332 | 362 | 106 | 12 | 0 | 107 | 5 | 104 | 127 | 75 |
| Binary | 11011010 | 11110010 | 1000110 | 1010 | 0 | 1000111 | 101 | 1000100 | 1010111 | 111101 |
Color Harmonies of #DAF246
Complementary color
Monochromatic Colors of #DAF246
Black with #DAF246
Text Example
Text Example
White with #DAF246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF246; }
p { color: rgb(218,242,70); }
H1.HeaderClassName
{
color: #DAF246;
}
.AnyTagClassName
{
color: #DAF246;
}
</style>
background-color css
<style>
a { background-color: #DAF246; }
a { background-color: rgb(218,242,70); }
div.DivClassName
{
background-color: #DAF246;
}
.BgClassName
{
background-color: #DAF246;
}
</style>
border-color css
<style>
span { border-color: #DAF246; }
span { border-color: rgb(218,242,70); }
td.TdClassName
{
border-color: #DAF246;
}
.TagClassName
{
border-color: #DAF246;
}
</style>