Shades of Pear #DAF735
Tints of Pear #DAF735
RGB
CMYK
RGB Variations
Color information
#DAF735 (or 0xDAF735) is known color: Pear. HEX triplet: DA, F7 and 35. RGB value is (218,247,53). Sum of RGB (Red+Green+Blue) = 218+247+53=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 247 (96.88% from 255 or 47.68% from 518); Blue value is 53 (21.09% from 255 or 10.23% from 518); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF735 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF735 is #2508CA. Grayscale: #D8D8D8. Windows color (decimal): -2427083 or 3536858. OLE color: 3536858.
HSL color Cylindrical-coordinate representation of color #DAF735: hue angle of 68.97º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAF735 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 53 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.03 |
| HSL | 68.97º | 0.92% | 0.59% | - |
| HSV(B) | 68.97º | 0.79% | 0.97% | - |
| XYZ | 62.82 | 81.68 | 15.82 | - |
| YUV | 216.21 | 35.89 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 53 | 0.12 | 0 | 0.79 | 0.03 | 68.97 | 0.92 | 0.59 |
| Hex | DA | F7 | 35 | C | 0 | 4F | 3 | 45 | 5C | 3B |
| Octal | 332 | 367 | 65 | 14 | 0 | 117 | 3 | 105 | 134 | 73 |
| Binary | 11011010 | 11110111 | 110101 | 1100 | 0 | 1001111 | 11 | 1000101 | 1011100 | 111011 |
Color Harmonies of #DAF735
Complementary color
Monochromatic Colors of #DAF735
Black with #DAF735
Text Example
Text Example
White with #DAF735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF735; }
p { color: rgb(218,247,53); }
H1.HeaderClassName
{
color: #DAF735;
}
.AnyTagClassName
{
color: #DAF735;
}
</style>
background-color css
<style>
a { background-color: #DAF735; }
a { background-color: rgb(218,247,53); }
div.DivClassName
{
background-color: #DAF735;
}
.BgClassName
{
background-color: #DAF735;
}
</style>
border-color css
<style>
span { border-color: #DAF735; }
span { border-color: rgb(218,247,53); }
td.TdClassName
{
border-color: #DAF735;
}
.TagClassName
{
border-color: #DAF735;
}
</style>