Shades of Pear #D5F648
Tints of Pear #D5F648
RGB
CMYK
RGB Variations
Color information
#D5F648 (or 0xD5F648) is known color: Pear. HEX triplet: D5, F6 and 48. RGB value is (213,246,72). Sum of RGB (Red+Green+Blue) = 213+246+72=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 246 (96.48% from 255 or 46.33% from 531); Blue value is 72 (28.52% from 255 or 13.56% from 531); Max value from RGB is 246 - color contains mainly: green. Hex color #D5F648 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F648 is #2A09B7. Grayscale: #D8D8D8. Windows color (decimal): -2755000 or 4781781. OLE color: 4781781.
HSL color Cylindrical-coordinate representation of color #D5F648: hue angle of 71.38º 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 #D5F648 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 246 | 72 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.04 |
| HSL | 71.38º | 0.91% | 0.62% | - |
| HSV(B) | 71.38º | 0.71% | 0.96% | - |
| XYZ | 61.57 | 80.53 | 18.43 | - |
| YUV | 216.3 | 46.57 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 246 | 72 | 0.13 | 0 | 0.71 | 0.04 | 71.38 | 0.91 | 0.62 |
| Hex | D5 | F6 | 48 | D | 0 | 47 | 4 | 47 | 5B | 3E |
| Octal | 325 | 366 | 110 | 15 | 0 | 107 | 4 | 107 | 133 | 76 |
| Binary | 11010101 | 11110110 | 1001000 | 1101 | 0 | 1000111 | 100 | 1000111 | 1011011 | 111110 |
Color Harmonies of #D5F648
Complementary color
Monochromatic Colors of #D5F648
Black with #D5F648
Text Example
Text Example
White with #D5F648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F648; }
p { color: rgb(213,246,72); }
H1.HeaderClassName
{
color: #D5F648;
}
.AnyTagClassName
{
color: #D5F648;
}
</style>
background-color css
<style>
a { background-color: #D5F648; }
a { background-color: rgb(213,246,72); }
div.DivClassName
{
background-color: #D5F648;
}
.BgClassName
{
background-color: #D5F648;
}
</style>
border-color css
<style>
span { border-color: #D5F648; }
span { border-color: rgb(213,246,72); }
td.TdClassName
{
border-color: #D5F648;
}
.TagClassName
{
border-color: #D5F648;
}
</style>