Shades of Pear #D6F03D
Tints of Pear #D6F03D
RGB
CMYK
RGB Variations
Color information
#D6F03D (or 0xD6F03D) is known color: Pear. HEX triplet: D6, F0 and 3D. RGB value is (214,240,61). Sum of RGB (Red+Green+Blue) = 214+240+61=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 61 (24.22% from 255 or 11.84% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F03D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F03D is #290FC2. Grayscale: #D4D4D4. Windows color (decimal): -2691011 or 4059350. OLE color: 4059350.
HSL color Cylindrical-coordinate representation of color #D6F03D: hue angle of 68.72º 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 #D6F03D is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 240 | 61 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.06 |
| HSL | 68.72º | 0.86% | 0.59% | - |
| HSV(B) | 68.72º | 0.75% | 0.94% | - |
| XYZ | 59.73 | 76.95 | 16.12 | - |
| YUV | 211.82 | 42.89 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 240 | 61 | 0.11 | 0 | 0.75 | 0.06 | 68.72 | 0.86 | 0.59 |
| Hex | D6 | F0 | 3D | B | 0 | 4B | 6 | 45 | 56 | 3B |
| Octal | 326 | 360 | 75 | 13 | 0 | 113 | 6 | 105 | 126 | 73 |
| Binary | 11010110 | 11110000 | 111101 | 1011 | 0 | 1001011 | 110 | 1000101 | 1010110 | 111011 |
Color Harmonies of #D6F03D
Complementary color
Monochromatic Colors of #D6F03D
Black with #D6F03D
Text Example
Text Example
White with #D6F03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F03D; }
p { color: rgb(214,240,61); }
H1.HeaderClassName
{
color: #D6F03D;
}
.AnyTagClassName
{
color: #D6F03D;
}
</style>
background-color css
<style>
a { background-color: #D6F03D; }
a { background-color: rgb(214,240,61); }
div.DivClassName
{
background-color: #D6F03D;
}
.BgClassName
{
background-color: #D6F03D;
}
</style>
border-color css
<style>
span { border-color: #D6F03D; }
span { border-color: rgb(214,240,61); }
td.TdClassName
{
border-color: #D6F03D;
}
.TagClassName
{
border-color: #D6F03D;
}
</style>