Shades of Pear #DAF61E
Tints of Pear #DAF61E
RGB
CMYK
RGB Variations
Color information
#DAF61E (or 0xDAF61E) is known color: Pear. HEX triplet: DA, F6 and 1E. RGB value is (218,246,30). Sum of RGB (Red+Green+Blue) = 218+246+30=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 246 (96.48% from 255 or 49.80% from 494); Blue value is 30 (12.11% from 255 or 6.07% from 494); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF61E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF61E is #2509E1. Grayscale: #D5D5D5. Windows color (decimal): -2427362 or 2029274. OLE color: 2029274.
HSL color Cylindrical-coordinate representation of color #DAF61E: hue angle of 67.78º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAF61E is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 30 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.04 |
| HSL | 67.78º | 0.92% | 0.54% | - |
| HSV(B) | 67.78º | 0.88% | 0.96% | - |
| XYZ | 62.1 | 80.91 | 13.57 | - |
| YUV | 213 | 24.72 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 30 | 0.11 | 0 | 0.88 | 0.04 | 67.78 | 0.92 | 0.54 |
| Hex | DA | F6 | 1E | B | 0 | 58 | 4 | 44 | 5C | 36 |
| Octal | 332 | 366 | 36 | 13 | 0 | 130 | 4 | 104 | 134 | 66 |
| Binary | 11011010 | 11110110 | 11110 | 1011 | 0 | 1011000 | 100 | 1000100 | 1011100 | 110110 |
Color Harmonies of #DAF61E
Complementary color
Monochromatic Colors of #DAF61E
Black with #DAF61E
Text Example
Text Example
White with #DAF61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF61E; }
p { color: rgb(218,246,30); }
H1.HeaderClassName
{
color: #DAF61E;
}
.AnyTagClassName
{
color: #DAF61E;
}
</style>
background-color css
<style>
a { background-color: #DAF61E; }
a { background-color: rgb(218,246,30); }
div.DivClassName
{
background-color: #DAF61E;
}
.BgClassName
{
background-color: #DAF61E;
}
</style>
border-color css
<style>
span { border-color: #DAF61E; }
span { border-color: rgb(218,246,30); }
td.TdClassName
{
border-color: #DAF61E;
}
.TagClassName
{
border-color: #DAF61E;
}
</style>