Shades of Pear #DAF540
Tints of Pear #DAF540
RGB
CMYK
RGB Variations
Color information
#DAF540 (or 0xDAF540) is known color: Pear. HEX triplet: DA, F5 and 40. RGB value is (218,245,64). Sum of RGB (Red+Green+Blue) = 218+245+64=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 245 (96.09% from 255 or 46.49% from 527); Blue value is 64 (25.39% from 255 or 12.14% from 527); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF540 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF540 is #250ABF. Grayscale: #D8D8D8. Windows color (decimal): -2427584 or 4257242. OLE color: 4257242.
HSL color Cylindrical-coordinate representation of color #DAF540: hue angle of 68.95º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DAF540 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 64 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.04 |
| HSL | 68.95º | 0.9% | 0.61% | - |
| HSV(B) | 68.95º | 0.74% | 0.96% | - |
| XYZ | 62.49 | 80.58 | 17.11 | - |
| YUV | 216.29 | 42.05 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 64 | 0.11 | 0 | 0.74 | 0.04 | 68.95 | 0.9 | 0.61 |
| Hex | DA | F5 | 40 | B | 0 | 4A | 4 | 45 | 5A | 3D |
| Octal | 332 | 365 | 100 | 13 | 0 | 112 | 4 | 105 | 132 | 75 |
| Binary | 11011010 | 11110101 | 1000000 | 1011 | 0 | 1001010 | 100 | 1000101 | 1011010 | 111101 |
Color Harmonies of #DAF540
Complementary color
Monochromatic Colors of #DAF540
Black with #DAF540
Text Example
Text Example
White with #DAF540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF540; }
p { color: rgb(218,245,64); }
H1.HeaderClassName
{
color: #DAF540;
}
.AnyTagClassName
{
color: #DAF540;
}
</style>
background-color css
<style>
a { background-color: #DAF540; }
a { background-color: rgb(218,245,64); }
div.DivClassName
{
background-color: #DAF540;
}
.BgClassName
{
background-color: #DAF540;
}
</style>
border-color css
<style>
span { border-color: #DAF540; }
span { border-color: rgb(218,245,64); }
td.TdClassName
{
border-color: #DAF540;
}
.TagClassName
{
border-color: #DAF540;
}
</style>