Shades of Pear #DAF726
Tints of Pear #DAF726
RGB
CMYK
RGB Variations
Color information
#DAF726 (or 0xDAF726) is known color: Pear. HEX triplet: DA, F7 and 26. RGB value is (218,247,38). Sum of RGB (Red+Green+Blue) = 218+247+38=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 247 (96.88% from 255 or 49.11% from 503); Blue value is 38 (15.23% from 255 or 7.55% from 503); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF726 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF726 is #2508D9. Grayscale: #D7D7D7. Windows color (decimal): -2427098 or 2553818. OLE color: 2553818.
HSL color Cylindrical-coordinate representation of color #DAF726: hue angle of 68.33º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAF726 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 38 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.03 |
| HSL | 68.33º | 0.93% | 0.56% | - |
| HSV(B) | 68.33º | 0.85% | 0.97% | - |
| XYZ | 62.52 | 81.57 | 14.28 | - |
| YUV | 214.5 | 28.39 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 38 | 0.12 | 0 | 0.85 | 0.03 | 68.33 | 0.93 | 0.56 |
| Hex | DA | F7 | 26 | C | 0 | 55 | 3 | 44 | 5D | 38 |
| Octal | 332 | 367 | 46 | 14 | 0 | 125 | 3 | 104 | 135 | 70 |
| Binary | 11011010 | 11110111 | 100110 | 1100 | 0 | 1010101 | 11 | 1000100 | 1011101 | 111000 |
Color Harmonies of #DAF726
Complementary color
Monochromatic Colors of #DAF726
Black with #DAF726
Text Example
Text Example
White with #DAF726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF726; }
p { color: rgb(218,247,38); }
H1.HeaderClassName
{
color: #DAF726;
}
.AnyTagClassName
{
color: #DAF726;
}
</style>
background-color css
<style>
a { background-color: #DAF726; }
a { background-color: rgb(218,247,38); }
div.DivClassName
{
background-color: #DAF726;
}
.BgClassName
{
background-color: #DAF726;
}
</style>
border-color css
<style>
span { border-color: #DAF726; }
span { border-color: rgb(218,247,38); }
td.TdClassName
{
border-color: #DAF726;
}
.TagClassName
{
border-color: #DAF726;
}
</style>