Shades of Pear #D8FB43
Tints of Pear #D8FB43
RGB
CMYK
RGB Variations
Color information
#D8FB43 (or 0xD8FB43) is known color: Pear. HEX triplet: D8, FB and 43. RGB value is (216,251,67). Sum of RGB (Red+Green+Blue) = 216+251+67=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 67 (26.56% from 255 or 12.55% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #D8FB43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FB43 is #2704BC. Grayscale: #DCDCDC. Windows color (decimal): -2557117 or 4455384. OLE color: 4455384.
HSL color Cylindrical-coordinate representation of color #D8FB43: hue angle of 71.41º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8FB43 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 251 | 67 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.02 |
| HSL | 71.41º | 0.96% | 0.62% | - |
| HSV(B) | 71.41º | 0.73% | 0.98% | - |
| XYZ | 63.83 | 84 | 18.16 | - |
| YUV | 219.56 | 41.9 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 251 | 67 | 0.14 | 0 | 0.73 | 0.02 | 71.41 | 0.96 | 0.62 |
| Hex | D8 | FB | 43 | E | 0 | 49 | 2 | 47 | 60 | 3E |
| Octal | 330 | 373 | 103 | 16 | 0 | 111 | 2 | 107 | 140 | 76 |
| Binary | 11011000 | 11111011 | 1000011 | 1110 | 0 | 1001001 | 10 | 1000111 | 1100000 | 111110 |
Color Harmonies of #D8FB43
Complementary color
Monochromatic Colors of #D8FB43
Black with #D8FB43
Text Example
Text Example
White with #D8FB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FB43; }
p { color: rgb(216,251,67); }
H1.HeaderClassName
{
color: #D8FB43;
}
.AnyTagClassName
{
color: #D8FB43;
}
</style>
background-color css
<style>
a { background-color: #D8FB43; }
a { background-color: rgb(216,251,67); }
div.DivClassName
{
background-color: #D8FB43;
}
.BgClassName
{
background-color: #D8FB43;
}
</style>
border-color css
<style>
span { border-color: #D8FB43; }
span { border-color: rgb(216,251,67); }
td.TdClassName
{
border-color: #D8FB43;
}
.TagClassName
{
border-color: #D8FB43;
}
</style>