Shades of Pear #D2F648
Tints of Pear #D2F648
RGB
CMYK
RGB Variations
Color information
#D2F648 (or 0xD2F648) is known color: Pear. HEX triplet: D2, F6 and 48. RGB value is (210,246,72). Sum of RGB (Red+Green+Blue) = 210+246+72=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 72 (28.52% from 255 or 13.64% from 528); Max value from RGB is 246 - color contains mainly: green. Hex color #D2F648 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F648 is #2D09B7. Grayscale: #D8D8D8. Windows color (decimal): -2951608 or 4781778. OLE color: 4781778.
HSL color Cylindrical-coordinate representation of color #D2F648: hue angle of 72.41º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2F648 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 246 | 72 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.04 |
| HSL | 72.41º | 0.91% | 0.62% | - |
| HSV(B) | 72.41º | 0.71% | 0.96% | - |
| XYZ | 60.7 | 80.08 | 18.39 | - |
| YUV | 215.4 | 47.07 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 246 | 72 | 0.15 | 0 | 0.71 | 0.04 | 72.41 | 0.91 | 0.62 |
| Hex | D2 | F6 | 48 | F | 0 | 47 | 4 | 48 | 5B | 3E |
| Octal | 322 | 366 | 110 | 17 | 0 | 107 | 4 | 110 | 133 | 76 |
| Binary | 11010010 | 11110110 | 1001000 | 1111 | 0 | 1000111 | 100 | 1001000 | 1011011 | 111110 |
Color Harmonies of #D2F648
Complementary color
Monochromatic Colors of #D2F648
Black with #D2F648
Text Example
Text Example
White with #D2F648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F648; }
p { color: rgb(210,246,72); }
H1.HeaderClassName
{
color: #D2F648;
}
.AnyTagClassName
{
color: #D2F648;
}
</style>
background-color css
<style>
a { background-color: #D2F648; }
a { background-color: rgb(210,246,72); }
div.DivClassName
{
background-color: #D2F648;
}
.BgClassName
{
background-color: #D2F648;
}
</style>
border-color css
<style>
span { border-color: #D2F648; }
span { border-color: rgb(210,246,72); }
td.TdClassName
{
border-color: #D2F648;
}
.TagClassName
{
border-color: #D2F648;
}
</style>