Shades of Pear #D6F236
Tints of Pear #D6F236
RGB
CMYK
RGB Variations
Color information
#D6F236 (or 0xD6F236) is known color: Pear. HEX triplet: D6, F2 and 36. RGB value is (214,242,54). Sum of RGB (Red+Green+Blue) = 214+242+54=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 54 (21.48% from 255 or 10.59% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F236 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F236 is #290DC9. Grayscale: #D4D4D4. Windows color (decimal): -2690506 or 3601110. OLE color: 3601110.
HSL color Cylindrical-coordinate representation of color #D6F236: hue angle of 68.94º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6F236 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 242 | 54 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.05 |
| HSL | 68.94º | 0.88% | 0.58% | - |
| HSV(B) | 68.94º | 0.78% | 0.95% | - |
| XYZ | 60.15 | 78.07 | 15.39 | - |
| YUV | 212.2 | 38.72 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 242 | 54 | 0.12 | 0 | 0.78 | 0.05 | 68.94 | 0.88 | 0.58 |
| Hex | D6 | F2 | 36 | C | 0 | 4E | 5 | 45 | 58 | 3A |
| Octal | 326 | 362 | 66 | 14 | 0 | 116 | 5 | 105 | 130 | 72 |
| Binary | 11010110 | 11110010 | 110110 | 1100 | 0 | 1001110 | 101 | 1000101 | 1011000 | 111010 |
Color Harmonies of #D6F236
Complementary color
Monochromatic Colors of #D6F236
Black with #D6F236
Text Example
Text Example
White with #D6F236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F236; }
p { color: rgb(214,242,54); }
H1.HeaderClassName
{
color: #D6F236;
}
.AnyTagClassName
{
color: #D6F236;
}
</style>
background-color css
<style>
a { background-color: #D6F236; }
a { background-color: rgb(214,242,54); }
div.DivClassName
{
background-color: #D6F236;
}
.BgClassName
{
background-color: #D6F236;
}
</style>
border-color css
<style>
span { border-color: #D6F236; }
span { border-color: rgb(214,242,54); }
td.TdClassName
{
border-color: #D6F236;
}
.TagClassName
{
border-color: #D6F236;
}
</style>