Shades of Pear #D8F238
Tints of Pear #D8F238
RGB
CMYK
RGB Variations
Color information
#D8F238 (or 0xD8F238) is known color: Pear. HEX triplet: D8, F2 and 38. RGB value is (216,242,56). Sum of RGB (Red+Green+Blue) = 216+242+56=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 56 (22.27% from 255 or 10.89% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F238 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F238 is #270DC7. Grayscale: #D5D5D5. Windows color (decimal): -2559432 or 3732184. OLE color: 3732184.
HSL color Cylindrical-coordinate representation of color #D8F238: hue angle of 68.39º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D8F238 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 242 | 56 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.05 |
| HSL | 68.39º | 0.88% | 0.58% | - |
| HSV(B) | 68.39º | 0.77% | 0.95% | - |
| XYZ | 60.78 | 78.39 | 15.67 | - |
| YUV | 213.02 | 39.39 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 242 | 56 | 0.11 | 0 | 0.77 | 0.05 | 68.39 | 0.88 | 0.58 |
| Hex | D8 | F2 | 38 | B | 0 | 4D | 5 | 44 | 58 | 3A |
| Octal | 330 | 362 | 70 | 13 | 0 | 115 | 5 | 104 | 130 | 72 |
| Binary | 11011000 | 11110010 | 111000 | 1011 | 0 | 1001101 | 101 | 1000100 | 1011000 | 111010 |
Color Harmonies of #D8F238
Complementary color
Monochromatic Colors of #D8F238
Black with #D8F238
Text Example
Text Example
White with #D8F238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F238; }
p { color: rgb(216,242,56); }
H1.HeaderClassName
{
color: #D8F238;
}
.AnyTagClassName
{
color: #D8F238;
}
</style>
background-color css
<style>
a { background-color: #D8F238; }
a { background-color: rgb(216,242,56); }
div.DivClassName
{
background-color: #D8F238;
}
.BgClassName
{
background-color: #D8F238;
}
</style>
border-color css
<style>
span { border-color: #D8F238; }
span { border-color: rgb(216,242,56); }
td.TdClassName
{
border-color: #D8F238;
}
.TagClassName
{
border-color: #D8F238;
}
</style>