Shades of Pear #D6F538
Tints of Pear #D6F538
RGB
CMYK
RGB Variations
Color information
#D6F538 (or 0xD6F538) is known color: Pear. HEX triplet: D6, F5 and 38. RGB value is (214,245,56). Sum of RGB (Red+Green+Blue) = 214+245+56=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 245 (96.09% from 255 or 47.57% from 515); Blue value is 56 (22.27% from 255 or 10.87% from 515); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F538 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F538 is #290AC7. Grayscale: #D6D6D6. Windows color (decimal): -2689736 or 3732950. OLE color: 3732950.
HSL color Cylindrical-coordinate representation of color #D6F538: hue angle of 69.84º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D6F538 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 245 | 56 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.04 |
| HSL | 69.84º | 0.9% | 0.59% | - |
| HSV(B) | 69.84º | 0.77% | 0.96% | - |
| XYZ | 61.1 | 79.89 | 15.94 | - |
| YUV | 214.19 | 38.73 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 245 | 56 | 0.13 | 0 | 0.77 | 0.04 | 69.84 | 0.9 | 0.59 |
| Hex | D6 | F5 | 38 | D | 0 | 4D | 4 | 46 | 5A | 3B |
| Octal | 326 | 365 | 70 | 15 | 0 | 115 | 4 | 106 | 132 | 73 |
| Binary | 11010110 | 11110101 | 111000 | 1101 | 0 | 1001101 | 100 | 1000110 | 1011010 | 111011 |
Color Harmonies of #D6F538
Complementary color
Monochromatic Colors of #D6F538
Black with #D6F538
Text Example
Text Example
White with #D6F538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F538; }
p { color: rgb(214,245,56); }
H1.HeaderClassName
{
color: #D6F538;
}
.AnyTagClassName
{
color: #D6F538;
}
</style>
background-color css
<style>
a { background-color: #D6F538; }
a { background-color: rgb(214,245,56); }
div.DivClassName
{
background-color: #D6F538;
}
.BgClassName
{
background-color: #D6F538;
}
</style>
border-color css
<style>
span { border-color: #D6F538; }
span { border-color: rgb(214,245,56); }
td.TdClassName
{
border-color: #D6F538;
}
.TagClassName
{
border-color: #D6F538;
}
</style>