Shades of Pear #D0F838
Tints of Pear #D0F838
RGB
CMYK
RGB Variations
Color information
#D0F838 (or 0xD0F838) is known color: Pear. HEX triplet: D0, F8 and 38. RGB value is (208,248,56). Sum of RGB (Red+Green+Blue) = 208+248+56=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 248 (97.27% from 255 or 48.44% from 512); Blue value is 56 (22.27% from 255 or 10.94% from 512); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F838 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F838 is #2F07C7. Grayscale: #D6D6D6. Windows color (decimal): -3082184 or 3733712. OLE color: 3733712.
HSL color Cylindrical-coordinate representation of color #D0F838: hue angle of 72.5º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0F838 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 248 | 56 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.03 |
| HSL | 72.5º | 0.93% | 0.6% | - |
| HSV(B) | 72.5º | 0.77% | 0.97% | - |
| XYZ | 60.29 | 80.83 | 16.17 | - |
| YUV | 214.15 | 38.75 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 248 | 56 | 0.16 | 0 | 0.77 | 0.03 | 72.5 | 0.93 | 0.6 |
| Hex | D0 | F8 | 38 | 10 | 0 | 4D | 3 | 48 | 5D | 3C |
| Octal | 320 | 370 | 70 | 20 | 0 | 115 | 3 | 110 | 135 | 74 |
| Binary | 11010000 | 11111000 | 111000 | 10000 | 0 | 1001101 | 11 | 1001000 | 1011101 | 111100 |
Color Harmonies of #D0F838
Complementary color
Monochromatic Colors of #D0F838
Black with #D0F838
Text Example
Text Example
White with #D0F838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F838; }
p { color: rgb(208,248,56); }
H1.HeaderClassName
{
color: #D0F838;
}
.AnyTagClassName
{
color: #D0F838;
}
</style>
background-color css
<style>
a { background-color: #D0F838; }
a { background-color: rgb(208,248,56); }
div.DivClassName
{
background-color: #D0F838;
}
.BgClassName
{
background-color: #D0F838;
}
</style>
border-color css
<style>
span { border-color: #D0F838; }
span { border-color: rgb(208,248,56); }
td.TdClassName
{
border-color: #D0F838;
}
.TagClassName
{
border-color: #D0F838;
}
</style>