Shades of Pear #D0F84B
Tints of Pear #D0F84B
RGB
CMYK
RGB Variations
Color information
#D0F84B (or 0xD0F84B) is known color: Pear. HEX triplet: D0, F8 and 4B. RGB value is (208,248,75). Sum of RGB (Red+Green+Blue) = 208+248+75=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 248 (97.27% from 255 or 46.70% from 531); Blue value is 75 (29.69% from 255 or 14.12% from 531); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F84B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F84B is #2F07B4. Grayscale: #D8D8D8. Windows color (decimal): -3082165 or 4978896. OLE color: 4978896.
HSL color Cylindrical-coordinate representation of color #D0F84B: hue angle of 73.87º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0F84B is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 248 | 75 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.03 |
| HSL | 73.87º | 0.93% | 0.63% | - |
| HSV(B) | 73.87º | 0.7% | 0.97% | - |
| XYZ | 60.85 | 81.05 | 19.09 | - |
| YUV | 216.32 | 48.25 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 248 | 75 | 0.16 | 0 | 0.70 | 0.03 | 73.87 | 0.93 | 0.63 |
| Hex | D0 | F8 | 4B | 10 | 0 | 46 | 3 | 4A | 5D | 3F |
| Octal | 320 | 370 | 113 | 20 | 0 | 106 | 3 | 112 | 135 | 77 |
| Binary | 11010000 | 11111000 | 1001011 | 10000 | 0 | 1000110 | 11 | 1001010 | 1011101 | 111111 |
Color Harmonies of #D0F84B
Complementary color
Monochromatic Colors of #D0F84B
Black with #D0F84B
Text Example
Text Example
White with #D0F84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F84B; }
p { color: rgb(208,248,75); }
H1.HeaderClassName
{
color: #D0F84B;
}
.AnyTagClassName
{
color: #D0F84B;
}
</style>
background-color css
<style>
a { background-color: #D0F84B; }
a { background-color: rgb(208,248,75); }
div.DivClassName
{
background-color: #D0F84B;
}
.BgClassName
{
background-color: #D0F84B;
}
</style>
border-color css
<style>
span { border-color: #D0F84B; }
span { border-color: rgb(208,248,75); }
td.TdClassName
{
border-color: #D0F84B;
}
.TagClassName
{
border-color: #D0F84B;
}
</style>