Shades of Pear #D8F345
Tints of Pear #D8F345
RGB
CMYK
RGB Variations
Color information
#D8F345 (or 0xD8F345) is known color: Pear. HEX triplet: D8, F3 and 45. RGB value is (216,243,69). Sum of RGB (Red+Green+Blue) = 216+243+69=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 69 (27.34% from 255 or 13.07% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #D8F345 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F345 is #270CBA. Grayscale: #D7D7D7. Windows color (decimal): -2559163 or 4584408. OLE color: 4584408.
HSL color Cylindrical-coordinate representation of color #D8F345: hue angle of 69.31º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8F345 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 243 | 69 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.05 |
| HSL | 69.31º | 0.88% | 0.61% | - |
| HSV(B) | 69.31º | 0.72% | 0.95% | - |
| XYZ | 61.44 | 79.13 | 17.67 | - |
| YUV | 215.09 | 45.55 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 243 | 69 | 0.11 | 0 | 0.72 | 0.05 | 69.31 | 0.88 | 0.61 |
| Hex | D8 | F3 | 45 | B | 0 | 48 | 5 | 45 | 58 | 3D |
| Octal | 330 | 363 | 105 | 13 | 0 | 110 | 5 | 105 | 130 | 75 |
| Binary | 11011000 | 11110011 | 1000101 | 1011 | 0 | 1001000 | 101 | 1000101 | 1011000 | 111101 |
Color Harmonies of #D8F345
Complementary color
Monochromatic Colors of #D8F345
Black with #D8F345
Text Example
Text Example
White with #D8F345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F345; }
p { color: rgb(216,243,69); }
H1.HeaderClassName
{
color: #D8F345;
}
.AnyTagClassName
{
color: #D8F345;
}
</style>
background-color css
<style>
a { background-color: #D8F345; }
a { background-color: rgb(216,243,69); }
div.DivClassName
{
background-color: #D8F345;
}
.BgClassName
{
background-color: #D8F345;
}
</style>
border-color css
<style>
span { border-color: #D8F345; }
span { border-color: rgb(216,243,69); }
td.TdClassName
{
border-color: #D8F345;
}
.TagClassName
{
border-color: #D8F345;
}
</style>