Shades of Pear #DAF535
Tints of Pear #DAF535
RGB
CMYK
RGB Variations
Color information
#DAF535 (or 0xDAF535) is known color: Pear. HEX triplet: DA, F5 and 35. RGB value is (218,245,53). Sum of RGB (Red+Green+Blue) = 218+245+53=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 53 (21.09% from 255 or 10.27% from 516); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF535 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF535 is #250ACA. Grayscale: #D7D7D7. Windows color (decimal): -2427595 or 3536346. OLE color: 3536346.
HSL color Cylindrical-coordinate representation of color #DAF535: hue angle of 68.44º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAF535 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 53 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.04 |
| HSL | 68.44º | 0.91% | 0.58% | - |
| HSV(B) | 68.44º | 0.78% | 0.96% | - |
| XYZ | 62.21 | 80.47 | 15.62 | - |
| YUV | 215.04 | 36.55 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 53 | 0.11 | 0 | 0.78 | 0.04 | 68.44 | 0.91 | 0.58 |
| Hex | DA | F5 | 35 | B | 0 | 4E | 4 | 44 | 5B | 3A |
| Octal | 332 | 365 | 65 | 13 | 0 | 116 | 4 | 104 | 133 | 72 |
| Binary | 11011010 | 11110101 | 110101 | 1011 | 0 | 1001110 | 100 | 1000100 | 1011011 | 111010 |
Color Harmonies of #DAF535
Complementary color
Monochromatic Colors of #DAF535
Black with #DAF535
Text Example
Text Example
White with #DAF535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF535; }
p { color: rgb(218,245,53); }
H1.HeaderClassName
{
color: #DAF535;
}
.AnyTagClassName
{
color: #DAF535;
}
</style>
background-color css
<style>
a { background-color: #DAF535; }
a { background-color: rgb(218,245,53); }
div.DivClassName
{
background-color: #DAF535;
}
.BgClassName
{
background-color: #DAF535;
}
</style>
border-color css
<style>
span { border-color: #DAF535; }
span { border-color: rgb(218,245,53); }
td.TdClassName
{
border-color: #DAF535;
}
.TagClassName
{
border-color: #DAF535;
}
</style>