Shades of Pear #D6F533
Tints of Pear #D6F533
RGB
CMYK
RGB Variations
Color information
#D6F533 (or 0xD6F533) is known color: Pear. HEX triplet: D6, F5 and 33. RGB value is (214,245,51). Sum of RGB (Red+Green+Blue) = 214+245+51=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 245 (96.09% from 255 or 48.04% from 510); Blue value is 51 (20.31% from 255 or 10% from 510); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F533 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F533 is #290ACC. Grayscale: #D6D6D6. Windows color (decimal): -2689741 or 3405270. OLE color: 3405270.
HSL color Cylindrical-coordinate representation of color #D6F533: hue angle of 69.59º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6F533 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 245 | 51 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.04 |
| HSL | 69.59º | 0.91% | 0.58% | - |
| HSV(B) | 69.59º | 0.79% | 0.96% | - |
| XYZ | 60.98 | 79.84 | 15.33 | - |
| YUV | 213.62 | 36.23 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 245 | 51 | 0.13 | 0 | 0.79 | 0.04 | 69.59 | 0.91 | 0.58 |
| Hex | D6 | F5 | 33 | D | 0 | 4F | 4 | 46 | 5B | 3A |
| Octal | 326 | 365 | 63 | 15 | 0 | 117 | 4 | 106 | 133 | 72 |
| Binary | 11010110 | 11110101 | 110011 | 1101 | 0 | 1001111 | 100 | 1000110 | 1011011 | 111010 |
Color Harmonies of #D6F533
Complementary color
Monochromatic Colors of #D6F533
Black with #D6F533
Text Example
Text Example
White with #D6F533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F533; }
p { color: rgb(214,245,51); }
H1.HeaderClassName
{
color: #D6F533;
}
.AnyTagClassName
{
color: #D6F533;
}
</style>
background-color css
<style>
a { background-color: #D6F533; }
a { background-color: rgb(214,245,51); }
div.DivClassName
{
background-color: #D6F533;
}
.BgClassName
{
background-color: #D6F533;
}
</style>
border-color css
<style>
span { border-color: #D6F533; }
span { border-color: rgb(214,245,51); }
td.TdClassName
{
border-color: #D6F533;
}
.TagClassName
{
border-color: #D6F533;
}
</style>