Shades of Pear #DAF72C
Tints of Pear #DAF72C
RGB
CMYK
RGB Variations
Color information
#DAF72C (or 0xDAF72C) is known color: Pear. HEX triplet: DA, F7 and 2C. RGB value is (218,247,44). Sum of RGB (Red+Green+Blue) = 218+247+44=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 247 (96.88% from 255 or 48.53% from 509); Blue value is 44 (17.58% from 255 or 8.64% from 509); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF72C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF72C is #2508D3. Grayscale: #D7D7D7. Windows color (decimal): -2427092 or 2947034. OLE color: 2947034.
HSL color Cylindrical-coordinate representation of color #DAF72C: hue angle of 68.57º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAF72C is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 44 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.03 |
| HSL | 68.57º | 0.93% | 0.57% | - |
| HSV(B) | 68.57º | 0.82% | 0.97% | - |
| XYZ | 62.63 | 81.61 | 14.83 | - |
| YUV | 215.19 | 31.39 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 44 | 0.12 | 0 | 0.82 | 0.03 | 68.57 | 0.93 | 0.57 |
| Hex | DA | F7 | 2C | C | 0 | 52 | 3 | 45 | 5D | 39 |
| Octal | 332 | 367 | 54 | 14 | 0 | 122 | 3 | 105 | 135 | 71 |
| Binary | 11011010 | 11110111 | 101100 | 1100 | 0 | 1010010 | 11 | 1000101 | 1011101 | 111001 |
Color Harmonies of #DAF72C
Complementary color
Monochromatic Colors of #DAF72C
Black with #DAF72C
Text Example
Text Example
White with #DAF72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF72C; }
p { color: rgb(218,247,44); }
H1.HeaderClassName
{
color: #DAF72C;
}
.AnyTagClassName
{
color: #DAF72C;
}
</style>
background-color css
<style>
a { background-color: #DAF72C; }
a { background-color: rgb(218,247,44); }
div.DivClassName
{
background-color: #DAF72C;
}
.BgClassName
{
background-color: #DAF72C;
}
</style>
border-color css
<style>
span { border-color: #DAF72C; }
span { border-color: rgb(218,247,44); }
td.TdClassName
{
border-color: #DAF72C;
}
.TagClassName
{
border-color: #DAF72C;
}
</style>