Shades of Pear #D8F326
Tints of Pear #D8F326
RGB
CMYK
RGB Variations
Color information
#D8F326 (or 0xD8F326) is known color: Pear. HEX triplet: D8, F3 and 26. RGB value is (216,243,38). Sum of RGB (Red+Green+Blue) = 216+243+38=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 38 (15.23% from 255 or 7.65% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #D8F326 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F326 is #270CD9. Grayscale: #D4D4D4. Windows color (decimal): -2559194 or 2552792. OLE color: 2552792.
HSL color Cylindrical-coordinate representation of color #D8F326: hue angle of 67.9º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8F326 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 243 | 38 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.05 |
| HSL | 67.9º | 0.9% | 0.55% | - |
| HSV(B) | 67.9º | 0.84% | 0.95% | - |
| XYZ | 60.72 | 78.84 | 13.85 | - |
| YUV | 211.56 | 30.05 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 243 | 38 | 0.11 | 0 | 0.84 | 0.05 | 67.9 | 0.9 | 0.55 |
| Hex | D8 | F3 | 26 | B | 0 | 54 | 5 | 44 | 5A | 37 |
| Octal | 330 | 363 | 46 | 13 | 0 | 124 | 5 | 104 | 132 | 67 |
| Binary | 11011000 | 11110011 | 100110 | 1011 | 0 | 1010100 | 101 | 1000100 | 1011010 | 110111 |
Color Harmonies of #D8F326
Complementary color
Monochromatic Colors of #D8F326
Black with #D8F326
Text Example
Text Example
White with #D8F326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F326; }
p { color: rgb(216,243,38); }
H1.HeaderClassName
{
color: #D8F326;
}
.AnyTagClassName
{
color: #D8F326;
}
</style>
background-color css
<style>
a { background-color: #D8F326; }
a { background-color: rgb(216,243,38); }
div.DivClassName
{
background-color: #D8F326;
}
.BgClassName
{
background-color: #D8F326;
}
</style>
border-color css
<style>
span { border-color: #D8F326; }
span { border-color: rgb(216,243,38); }
td.TdClassName
{
border-color: #D8F326;
}
.TagClassName
{
border-color: #D8F326;
}
</style>