Shades of Pear #DAF63E
Tints of Pear #DAF63E
RGB
CMYK
RGB Variations
Color information
#DAF63E (or 0xDAF63E) is known color: Pear. HEX triplet: DA, F6 and 3E. RGB value is (218,246,62). Sum of RGB (Red+Green+Blue) = 218+246+62=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 246 (96.48% from 255 or 46.77% from 526); Blue value is 62 (24.61% from 255 or 11.79% from 526); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF63E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF63E is #2509C1. Grayscale: #D9D9D9. Windows color (decimal): -2427330 or 4126426. OLE color: 4126426.
HSL color Cylindrical-coordinate representation of color #DAF63E: hue angle of 69.13º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAF63E is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 62 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.04 |
| HSL | 69.13º | 0.91% | 0.6% | - |
| HSV(B) | 69.13º | 0.75% | 0.96% | - |
| XYZ | 62.74 | 81.16 | 16.92 | - |
| YUV | 216.65 | 40.72 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 62 | 0.11 | 0 | 0.75 | 0.04 | 69.13 | 0.91 | 0.6 |
| Hex | DA | F6 | 3E | B | 0 | 4B | 4 | 45 | 5B | 3C |
| Octal | 332 | 366 | 76 | 13 | 0 | 113 | 4 | 105 | 133 | 74 |
| Binary | 11011010 | 11110110 | 111110 | 1011 | 0 | 1001011 | 100 | 1000101 | 1011011 | 111100 |
Color Harmonies of #DAF63E
Complementary color
Monochromatic Colors of #DAF63E
Black with #DAF63E
Text Example
Text Example
White with #DAF63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF63E; }
p { color: rgb(218,246,62); }
H1.HeaderClassName
{
color: #DAF63E;
}
.AnyTagClassName
{
color: #DAF63E;
}
</style>
background-color css
<style>
a { background-color: #DAF63E; }
a { background-color: rgb(218,246,62); }
div.DivClassName
{
background-color: #DAF63E;
}
.BgClassName
{
background-color: #DAF63E;
}
</style>
border-color css
<style>
span { border-color: #DAF63E; }
span { border-color: rgb(218,246,62); }
td.TdClassName
{
border-color: #DAF63E;
}
.TagClassName
{
border-color: #DAF63E;
}
</style>