Shades of Pear #D6F03B
Tints of Pear #D6F03B
RGB
CMYK
RGB Variations
Color information
#D6F03B (or 0xD6F03B) is known color: Pear. HEX triplet: D6, F0 and 3B. RGB value is (214,240,59). Sum of RGB (Red+Green+Blue) = 214+240+59=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 59 (23.44% from 255 or 11.50% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F03B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F03B is #290FC4. Grayscale: #D4D4D4. Windows color (decimal): -2691013 or 3928278. OLE color: 3928278.
HSL color Cylindrical-coordinate representation of color #D6F03B: hue angle of 68.62º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D6F03B is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 240 | 59 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.06 |
| HSL | 68.62º | 0.86% | 0.59% | - |
| HSV(B) | 68.62º | 0.75% | 0.94% | - |
| XYZ | 59.68 | 76.93 | 15.84 | - |
| YUV | 211.59 | 41.89 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 240 | 59 | 0.11 | 0 | 0.75 | 0.06 | 68.62 | 0.86 | 0.59 |
| Hex | D6 | F0 | 3B | B | 0 | 4B | 6 | 45 | 56 | 3B |
| Octal | 326 | 360 | 73 | 13 | 0 | 113 | 6 | 105 | 126 | 73 |
| Binary | 11010110 | 11110000 | 111011 | 1011 | 0 | 1001011 | 110 | 1000101 | 1010110 | 111011 |
Color Harmonies of #D6F03B
Complementary color
Monochromatic Colors of #D6F03B
Black with #D6F03B
Text Example
Text Example
White with #D6F03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F03B; }
p { color: rgb(214,240,59); }
H1.HeaderClassName
{
color: #D6F03B;
}
.AnyTagClassName
{
color: #D6F03B;
}
</style>
background-color css
<style>
a { background-color: #D6F03B; }
a { background-color: rgb(214,240,59); }
div.DivClassName
{
background-color: #D6F03B;
}
.BgClassName
{
background-color: #D6F03B;
}
</style>
border-color css
<style>
span { border-color: #D6F03B; }
span { border-color: rgb(214,240,59); }
td.TdClassName
{
border-color: #D6F03B;
}
.TagClassName
{
border-color: #D6F03B;
}
</style>