Shades of Pear #D6F429
Tints of Pear #D6F429
RGB
CMYK
RGB Variations
Color information
#D6F429 (or 0xD6F429) is known color: Pear. HEX triplet: D6, F4 and 29. RGB value is (214,244,41). Sum of RGB (Red+Green+Blue) = 214+244+41=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 244 (95.70% from 255 or 48.90% from 499); Blue value is 41 (16.41% from 255 or 8.22% from 499); Max value from RGB is 244 - color contains mainly: green. Hex color #D6F429 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F429 is #290BD6. Grayscale: #D4D4D4. Windows color (decimal): -2690007 or 2749654. OLE color: 2749654.
HSL color Cylindrical-coordinate representation of color #D6F429: hue angle of 68.87º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6F429 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 244 | 41 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.04 |
| HSL | 68.87º | 0.9% | 0.56% | - |
| HSV(B) | 68.87º | 0.83% | 0.96% | - |
| XYZ | 60.48 | 79.16 | 14.19 | - |
| YUV | 211.89 | 31.56 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 244 | 41 | 0.12 | 0 | 0.83 | 0.04 | 68.87 | 0.9 | 0.56 |
| Hex | D6 | F4 | 29 | C | 0 | 53 | 4 | 45 | 5A | 38 |
| Octal | 326 | 364 | 51 | 14 | 0 | 123 | 4 | 105 | 132 | 70 |
| Binary | 11010110 | 11110100 | 101001 | 1100 | 0 | 1010011 | 100 | 1000101 | 1011010 | 111000 |
Color Harmonies of #D6F429
Complementary color
Monochromatic Colors of #D6F429
Black with #D6F429
Text Example
Text Example
White with #D6F429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F429; }
p { color: rgb(214,244,41); }
H1.HeaderClassName
{
color: #D6F429;
}
.AnyTagClassName
{
color: #D6F429;
}
</style>
background-color css
<style>
a { background-color: #D6F429; }
a { background-color: rgb(214,244,41); }
div.DivClassName
{
background-color: #D6F429;
}
.BgClassName
{
background-color: #D6F429;
}
</style>
border-color css
<style>
span { border-color: #D6F429; }
span { border-color: rgb(214,244,41); }
td.TdClassName
{
border-color: #D6F429;
}
.TagClassName
{
border-color: #D6F429;
}
</style>