Shades of Pear #DAF41D
Tints of Pear #DAF41D
RGB
CMYK
RGB Variations
Color information
#DAF41D (or 0xDAF41D) is known color: Pear. HEX triplet: DA, F4 and 1D. RGB value is (218,244,29). Sum of RGB (Red+Green+Blue) = 218+244+29=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 244 (95.70% from 255 or 49.69% from 491); Blue value is 29 (11.72% from 255 or 5.91% from 491); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF41D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF41D is #250BE2. Grayscale: #D4D4D4. Windows color (decimal): -2427875 or 1963226. OLE color: 1963226.
HSL color Cylindrical-coordinate representation of color #DAF41D: hue angle of 67.26º degrees, saturation: 0.91, 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 #DAF41D is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 244 | 29 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.04 |
| HSL | 67.26º | 0.91% | 0.54% | - |
| HSV(B) | 67.26º | 0.88% | 0.96% | - |
| XYZ | 61.49 | 79.7 | 13.3 | - |
| YUV | 211.72 | 24.89 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 244 | 29 | 0.11 | 0 | 0.88 | 0.04 | 67.26 | 0.91 | 0.54 |
| Hex | DA | F4 | 1D | B | 0 | 58 | 4 | 43 | 5B | 36 |
| Octal | 332 | 364 | 35 | 13 | 0 | 130 | 4 | 103 | 133 | 66 |
| Binary | 11011010 | 11110100 | 11101 | 1011 | 0 | 1011000 | 100 | 1000011 | 1011011 | 110110 |
Color Harmonies of #DAF41D
Complementary color
Monochromatic Colors of #DAF41D
Black with #DAF41D
Text Example
Text Example
White with #DAF41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF41D; }
p { color: rgb(218,244,29); }
H1.HeaderClassName
{
color: #DAF41D;
}
.AnyTagClassName
{
color: #DAF41D;
}
</style>
background-color css
<style>
a { background-color: #DAF41D; }
a { background-color: rgb(218,244,29); }
div.DivClassName
{
background-color: #DAF41D;
}
.BgClassName
{
background-color: #DAF41D;
}
</style>
border-color css
<style>
span { border-color: #DAF41D; }
span { border-color: rgb(218,244,29); }
td.TdClassName
{
border-color: #DAF41D;
}
.TagClassName
{
border-color: #DAF41D;
}
</style>