Shades of Pear #D2F236
Tints of Pear #D2F236
RGB
CMYK
RGB Variations
Color information
#D2F236 (or 0xD2F236) is known color: Pear. HEX triplet: D2, F2 and 36. RGB value is (210,242,54). Sum of RGB (Red+Green+Blue) = 210+242+54=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 54 (21.48% from 255 or 10.67% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F236 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F236 is #2D0DC9. Grayscale: #D3D3D3. Windows color (decimal): -2952650 or 3601106. OLE color: 3601106.
HSL color Cylindrical-coordinate representation of color #D2F236: hue angle of 70.21º 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 #D2F236 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 242 | 54 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.05 |
| HSL | 70.21º | 0.88% | 0.58% | - |
| HSV(B) | 70.21º | 0.78% | 0.95% | - |
| XYZ | 59 | 77.47 | 15.33 | - |
| YUV | 211 | 39.4 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 242 | 54 | 0.13 | 0 | 0.78 | 0.05 | 70.21 | 0.88 | 0.58 |
| Hex | D2 | F2 | 36 | D | 0 | 4E | 5 | 46 | 58 | 3A |
| Octal | 322 | 362 | 66 | 15 | 0 | 116 | 5 | 106 | 130 | 72 |
| Binary | 11010010 | 11110010 | 110110 | 1101 | 0 | 1001110 | 101 | 1000110 | 1011000 | 111010 |
Color Harmonies of #D2F236
Complementary color
Monochromatic Colors of #D2F236
Black with #D2F236
Text Example
Text Example
White with #D2F236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F236; }
p { color: rgb(210,242,54); }
H1.HeaderClassName
{
color: #D2F236;
}
.AnyTagClassName
{
color: #D2F236;
}
</style>
background-color css
<style>
a { background-color: #D2F236; }
a { background-color: rgb(210,242,54); }
div.DivClassName
{
background-color: #D2F236;
}
.BgClassName
{
background-color: #D2F236;
}
</style>
border-color css
<style>
span { border-color: #D2F236; }
span { border-color: rgb(210,242,54); }
td.TdClassName
{
border-color: #D2F236;
}
.TagClassName
{
border-color: #D2F236;
}
</style>