Shades of Pear #D6F433
Tints of Pear #D6F433
RGB
CMYK
RGB Variations
Color information
#D6F433 (or 0xD6F433) is known color: Pear. HEX triplet: D6, F4 and 33. RGB value is (214,244,51). Sum of RGB (Red+Green+Blue) = 214+244+51=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 244 (95.70% from 255 or 47.94% from 509); Blue value is 51 (20.31% from 255 or 10.02% from 509); Max value from RGB is 244 - color contains mainly: green. Hex color #D6F433 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F433 is #290BCC. Grayscale: #D5D5D5. Windows color (decimal): -2689997 or 3405014. OLE color: 3405014.
HSL color Cylindrical-coordinate representation of color #D6F433: hue angle of 69.33º degrees, saturation: 0.9, 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 #D6F433 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 244 | 51 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.04 |
| HSL | 69.33º | 0.9% | 0.58% | - |
| HSV(B) | 69.33º | 0.79% | 0.96% | - |
| XYZ | 60.68 | 79.24 | 15.23 | - |
| YUV | 213.03 | 36.56 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 244 | 51 | 0.12 | 0 | 0.79 | 0.04 | 69.33 | 0.9 | 0.58 |
| Hex | D6 | F4 | 33 | C | 0 | 4F | 4 | 45 | 5A | 3A |
| Octal | 326 | 364 | 63 | 14 | 0 | 117 | 4 | 105 | 132 | 72 |
| Binary | 11010110 | 11110100 | 110011 | 1100 | 0 | 1001111 | 100 | 1000101 | 1011010 | 111010 |
Color Harmonies of #D6F433
Complementary color
Monochromatic Colors of #D6F433
Black with #D6F433
Text Example
Text Example
White with #D6F433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F433; }
p { color: rgb(214,244,51); }
H1.HeaderClassName
{
color: #D6F433;
}
.AnyTagClassName
{
color: #D6F433;
}
</style>
background-color css
<style>
a { background-color: #D6F433; }
a { background-color: rgb(214,244,51); }
div.DivClassName
{
background-color: #D6F433;
}
.BgClassName
{
background-color: #D6F433;
}
</style>
border-color css
<style>
span { border-color: #D6F433; }
span { border-color: rgb(214,244,51); }
td.TdClassName
{
border-color: #D6F433;
}
.TagClassName
{
border-color: #D6F433;
}
</style>