Shades of Pear #D8FF45
Tints of Pear #D8FF45
RGB
CMYK
RGB Variations
Color information
#D8FF45 (or 0xD8FF45) is known color: Pear. HEX triplet: D8, FF and 45. RGB value is (216,255,69). Sum of RGB (Red+Green+Blue) = 216+255+69=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 69 (27.34% from 255 or 12.78% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FF45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FF45 is #2700BA. Grayscale: #DEDEDE. Windows color (decimal): -2556091 or 4587480. OLE color: 4587480.
HSL color Cylindrical-coordinate representation of color #D8FF45: hue angle of 72.58º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8FF45 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 255 | 69 | - |
| CMYK | 0.15 | 0 | 0.73 | 0 |
| HSL | 72.58º | 1% | 0.64% | - |
| HSV(B) | 72.58º | 0.73% | 1% | - |
| XYZ | 65.15 | 86.55 | 18.9 | - |
| YUV | 222.14 | 41.58 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 255 | 69 | 0.15 | 0 | 0.73 | 0 | 72.58 | 1 | 0.64 |
| Hex | D8 | FF | 45 | F | 0 | 49 | 0 | 49 | 64 | 40 |
| Octal | 330 | 377 | 105 | 17 | 0 | 111 | 0 | 111 | 144 | 100 |
| Binary | 11011000 | 11111111 | 1000101 | 1111 | 0 | 1001001 | 0 | 1001001 | 1100100 | 1000000 |
Color Harmonies of #D8FF45
Complementary color
Monochromatic Colors of #D8FF45
Black with #D8FF45
Text Example
Text Example
White with #D8FF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FF45; }
p { color: rgb(216,255,69); }
H1.HeaderClassName
{
color: #D8FF45;
}
.AnyTagClassName
{
color: #D8FF45;
}
</style>
background-color css
<style>
a { background-color: #D8FF45; }
a { background-color: rgb(216,255,69); }
div.DivClassName
{
background-color: #D8FF45;
}
.BgClassName
{
background-color: #D8FF45;
}
</style>
border-color css
<style>
span { border-color: #D8FF45; }
span { border-color: rgb(216,255,69); }
td.TdClassName
{
border-color: #D8FF45;
}
.TagClassName
{
border-color: #D8FF45;
}
</style>