Shades of Pear #DAF526
Tints of Pear #DAF526
RGB
CMYK
RGB Variations
Color information
#DAF526 (or 0xDAF526) is known color: Pear. HEX triplet: DA, F5 and 26. RGB value is (218,245,38). Sum of RGB (Red+Green+Blue) = 218+245+38=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 245 (96.09% from 255 or 48.90% from 501); Blue value is 38 (15.23% from 255 or 7.58% from 501); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF526 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF526 is #250AD9. Grayscale: #D6D6D6. Windows color (decimal): -2427610 or 2553306. OLE color: 2553306.
HSL color Cylindrical-coordinate representation of color #DAF526: hue angle of 67.83º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAF526 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 38 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.04 |
| HSL | 67.83º | 0.91% | 0.55% | - |
| HSV(B) | 67.83º | 0.84% | 0.96% | - |
| XYZ | 61.92 | 80.35 | 14.08 | - |
| YUV | 213.33 | 29.05 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 38 | 0.11 | 0 | 0.84 | 0.04 | 67.83 | 0.91 | 0.55 |
| Hex | DA | F5 | 26 | B | 0 | 54 | 4 | 44 | 5B | 37 |
| Octal | 332 | 365 | 46 | 13 | 0 | 124 | 4 | 104 | 133 | 67 |
| Binary | 11011010 | 11110101 | 100110 | 1011 | 0 | 1010100 | 100 | 1000100 | 1011011 | 110111 |
Color Harmonies of #DAF526
Complementary color
Monochromatic Colors of #DAF526
Black with #DAF526
Text Example
Text Example
White with #DAF526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF526; }
p { color: rgb(218,245,38); }
H1.HeaderClassName
{
color: #DAF526;
}
.AnyTagClassName
{
color: #DAF526;
}
</style>
background-color css
<style>
a { background-color: #DAF526; }
a { background-color: rgb(218,245,38); }
div.DivClassName
{
background-color: #DAF526;
}
.BgClassName
{
background-color: #DAF526;
}
</style>
border-color css
<style>
span { border-color: #DAF526; }
span { border-color: rgb(218,245,38); }
td.TdClassName
{
border-color: #DAF526;
}
.TagClassName
{
border-color: #DAF526;
}
</style>