Shades of Pear #DAF02D
Tints of Pear #DAF02D
RGB
CMYK
RGB Variations
Color information
#DAF02D (or 0xDAF02D) is known color: Pear. HEX triplet: DA, F0 and 2D. RGB value is (218,240,45). Sum of RGB (Red+Green+Blue) = 218+240+45=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 45 (17.97% from 255 or 8.95% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF02D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF02D is #250FD2. Grayscale: #D3D3D3. Windows color (decimal): -2428883 or 3010778. OLE color: 3010778.
HSL color Cylindrical-coordinate representation of color #DAF02D: hue angle of 66.77º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAF02D is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 45 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.06 |
| HSL | 66.77º | 0.87% | 0.56% | - |
| HSV(B) | 66.77º | 0.81% | 0.94% | - |
| XYZ | 60.55 | 77.42 | 14.23 | - |
| YUV | 211.19 | 34.21 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 45 | 0.09 | 0 | 0.81 | 0.06 | 66.77 | 0.87 | 0.56 |
| Hex | DA | F0 | 2D | 9 | 0 | 51 | 6 | 43 | 57 | 38 |
| Octal | 332 | 360 | 55 | 11 | 0 | 121 | 6 | 103 | 127 | 70 |
| Binary | 11011010 | 11110000 | 101101 | 1001 | 0 | 1010001 | 110 | 1000011 | 1010111 | 111000 |
Color Harmonies of #DAF02D
Complementary color
Monochromatic Colors of #DAF02D
Black with #DAF02D
Text Example
Text Example
White with #DAF02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF02D; }
p { color: rgb(218,240,45); }
H1.HeaderClassName
{
color: #DAF02D;
}
.AnyTagClassName
{
color: #DAF02D;
}
</style>
background-color css
<style>
a { background-color: #DAF02D; }
a { background-color: rgb(218,240,45); }
div.DivClassName
{
background-color: #DAF02D;
}
.BgClassName
{
background-color: #DAF02D;
}
</style>
border-color css
<style>
span { border-color: #DAF02D; }
span { border-color: rgb(218,240,45); }
td.TdClassName
{
border-color: #DAF02D;
}
.TagClassName
{
border-color: #DAF02D;
}
</style>