Shades of Pear #D6F337
Tints of Pear #D6F337
RGB
CMYK
RGB Variations
Color information
#D6F337 (or 0xD6F337) is known color: Pear. HEX triplet: D6, F3 and 37. RGB value is (214,243,55). Sum of RGB (Red+Green+Blue) = 214+243+55=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 55 (21.88% from 255 or 10.74% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F337 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F337 is #290CC8. Grayscale: #D5D5D5. Windows color (decimal): -2690249 or 3666902. OLE color: 3666902.
HSL color Cylindrical-coordinate representation of color #D6F337: hue angle of 69.26º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D6F337 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 243 | 55 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.05 |
| HSL | 69.26º | 0.89% | 0.58% | - |
| HSV(B) | 69.26º | 0.77% | 0.95% | - |
| XYZ | 60.47 | 78.67 | 15.61 | - |
| YUV | 212.9 | 38.89 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 243 | 55 | 0.12 | 0 | 0.77 | 0.05 | 69.26 | 0.89 | 0.58 |
| Hex | D6 | F3 | 37 | C | 0 | 4D | 5 | 45 | 59 | 3A |
| Octal | 326 | 363 | 67 | 14 | 0 | 115 | 5 | 105 | 131 | 72 |
| Binary | 11010110 | 11110011 | 110111 | 1100 | 0 | 1001101 | 101 | 1000101 | 1011001 | 111010 |
Color Harmonies of #D6F337
Complementary color
Monochromatic Colors of #D6F337
Black with #D6F337
Text Example
Text Example
White with #D6F337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F337; }
p { color: rgb(214,243,55); }
H1.HeaderClassName
{
color: #D6F337;
}
.AnyTagClassName
{
color: #D6F337;
}
</style>
background-color css
<style>
a { background-color: #D6F337; }
a { background-color: rgb(214,243,55); }
div.DivClassName
{
background-color: #D6F337;
}
.BgClassName
{
background-color: #D6F337;
}
</style>
border-color css
<style>
span { border-color: #D6F337; }
span { border-color: rgb(214,243,55); }
td.TdClassName
{
border-color: #D6F337;
}
.TagClassName
{
border-color: #D6F337;
}
</style>