Shades of Pear #DAF031
Tints of Pear #DAF031
RGB
CMYK
RGB Variations
Color information
#DAF031 (or 0xDAF031) is known color: Pear. HEX triplet: DA, F0 and 31. RGB value is (218,240,49). Sum of RGB (Red+Green+Blue) = 218+240+49=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 49 (19.53% from 255 or 9.66% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF031 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF031 is #250FCE. Grayscale: #D4D4D4. Windows color (decimal): -2428879 or 3272922. OLE color: 3272922.
HSL color Cylindrical-coordinate representation of color #DAF031: hue angle of 66.91º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAF031 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 49 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.06 |
| HSL | 66.91º | 0.86% | 0.57% | - |
| HSV(B) | 66.91º | 0.8% | 0.94% | - |
| XYZ | 60.63 | 77.45 | 14.66 | - |
| YUV | 211.65 | 36.21 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 49 | 0.09 | 0 | 0.80 | 0.06 | 66.91 | 0.86 | 0.57 |
| Hex | DA | F0 | 31 | 9 | 0 | 50 | 6 | 43 | 56 | 39 |
| Octal | 332 | 360 | 61 | 11 | 0 | 120 | 6 | 103 | 126 | 71 |
| Binary | 11011010 | 11110000 | 110001 | 1001 | 0 | 1010000 | 110 | 1000011 | 1010110 | 111001 |
Color Harmonies of #DAF031
Complementary color
Monochromatic Colors of #DAF031
Black with #DAF031
Text Example
Text Example
White with #DAF031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF031; }
p { color: rgb(218,240,49); }
H1.HeaderClassName
{
color: #DAF031;
}
.AnyTagClassName
{
color: #DAF031;
}
</style>
background-color css
<style>
a { background-color: #DAF031; }
a { background-color: rgb(218,240,49); }
div.DivClassName
{
background-color: #DAF031;
}
.BgClassName
{
background-color: #DAF031;
}
</style>
border-color css
<style>
span { border-color: #DAF031; }
span { border-color: rgb(218,240,49); }
td.TdClassName
{
border-color: #DAF031;
}
.TagClassName
{
border-color: #DAF031;
}
</style>