Shades of Pear #DAF349
Tints of Pear #DAF349
RGB
CMYK
RGB Variations
Color information
#DAF349 (or 0xDAF349) is known color: Pear. HEX triplet: DA, F3 and 49. RGB value is (218,243,73). Sum of RGB (Red+Green+Blue) = 218+243+73=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 73 (28.91% from 255 or 13.67% from 534); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF349 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF349 is #250CB6. Grayscale: #D8D8D8. Windows color (decimal): -2428087 or 4846554. OLE color: 4846554.
HSL color Cylindrical-coordinate representation of color #DAF349: hue angle of 68.82º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAF349 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 73 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.05 |
| HSL | 68.82º | 0.88% | 0.62% | - |
| HSV(B) | 68.82º | 0.7% | 0.95% | - |
| XYZ | 62.17 | 79.49 | 18.37 | - |
| YUV | 216.15 | 47.22 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 73 | 0.10 | 0 | 0.70 | 0.05 | 68.82 | 0.88 | 0.62 |
| Hex | DA | F3 | 49 | A | 0 | 46 | 5 | 45 | 58 | 3E |
| Octal | 332 | 363 | 111 | 12 | 0 | 106 | 5 | 105 | 130 | 76 |
| Binary | 11011010 | 11110011 | 1001001 | 1010 | 0 | 1000110 | 101 | 1000101 | 1011000 | 111110 |
Color Harmonies of #DAF349
Complementary color
Monochromatic Colors of #DAF349
Black with #DAF349
Text Example
Text Example
White with #DAF349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF349; }
p { color: rgb(218,243,73); }
H1.HeaderClassName
{
color: #DAF349;
}
.AnyTagClassName
{
color: #DAF349;
}
</style>
background-color css
<style>
a { background-color: #DAF349; }
a { background-color: rgb(218,243,73); }
div.DivClassName
{
background-color: #DAF349;
}
.BgClassName
{
background-color: #DAF349;
}
</style>
border-color css
<style>
span { border-color: #DAF349; }
span { border-color: rgb(218,243,73); }
td.TdClassName
{
border-color: #DAF349;
}
.TagClassName
{
border-color: #DAF349;
}
</style>