Shades of Pear #D3F236
Tints of Pear #D3F236
RGB
CMYK
RGB Variations
Color information
#D3F236 (or 0xD3F236) is known color: Pear. HEX triplet: D3, F2 and 36. RGB value is (211,242,54). Sum of RGB (Red+Green+Blue) = 211+242+54=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 54 (21.48% from 255 or 10.65% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F236 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F236 is #2C0DC9. Grayscale: #D4D4D4. Windows color (decimal): -2887114 or 3601107. OLE color: 3601107.
HSL color Cylindrical-coordinate representation of color #D3F236: hue angle of 69.89º 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 #D3F236 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 242 | 54 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.05 |
| HSL | 69.89º | 0.88% | 0.58% | - |
| HSV(B) | 69.89º | 0.78% | 0.95% | - |
| XYZ | 59.28 | 77.62 | 15.35 | - |
| YUV | 211.3 | 39.23 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 242 | 54 | 0.13 | 0 | 0.78 | 0.05 | 69.89 | 0.88 | 0.58 |
| Hex | D3 | F2 | 36 | D | 0 | 4E | 5 | 46 | 58 | 3A |
| Octal | 323 | 362 | 66 | 15 | 0 | 116 | 5 | 106 | 130 | 72 |
| Binary | 11010011 | 11110010 | 110110 | 1101 | 0 | 1001110 | 101 | 1000110 | 1011000 | 111010 |
Color Harmonies of #D3F236
Complementary color
Monochromatic Colors of #D3F236
Black with #D3F236
Text Example
Text Example
White with #D3F236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F236; }
p { color: rgb(211,242,54); }
H1.HeaderClassName
{
color: #D3F236;
}
.AnyTagClassName
{
color: #D3F236;
}
</style>
background-color css
<style>
a { background-color: #D3F236; }
a { background-color: rgb(211,242,54); }
div.DivClassName
{
background-color: #D3F236;
}
.BgClassName
{
background-color: #D3F236;
}
</style>
border-color css
<style>
span { border-color: #D3F236; }
span { border-color: rgb(211,242,54); }
td.TdClassName
{
border-color: #D3F236;
}
.TagClassName
{
border-color: #D3F236;
}
</style>