Shades of Pear #D0FD28
Tints of Pear #D0FD28
RGB
CMYK
RGB Variations
Color information
#D0FD28 (or 0xD0FD28) is known color: Pear. HEX triplet: D0, FD and 28. RGB value is (208,253,40). Sum of RGB (Red+Green+Blue) = 208+253+40=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 253 (99.22% from 255 or 50.50% from 501); Blue value is 40 (16.02% from 255 or 7.98% from 501); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FD28 is #2F02D7. Grayscale: #D8D8D8. Windows color (decimal): -3080920 or 2686416. OLE color: 2686416.
HSL color Cylindrical-coordinate representation of color #D0FD28: hue angle of 72.68º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0FD28 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 253 | 40 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.01 |
| HSL | 72.68º | 0.98% | 0.57% | - |
| HSV(B) | 72.68º | 0.84% | 0.99% | - |
| XYZ | 61.52 | 83.81 | 14.94 | - |
| YUV | 215.26 | 29.09 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 253 | 40 | 0.18 | 0 | 0.84 | 0.01 | 72.68 | 0.98 | 0.57 |
| Hex | D0 | FD | 28 | 12 | 0 | 54 | 1 | 49 | 62 | 39 |
| Octal | 320 | 375 | 50 | 22 | 0 | 124 | 1 | 111 | 142 | 71 |
| Binary | 11010000 | 11111101 | 101000 | 10010 | 0 | 1010100 | 1 | 1001001 | 1100010 | 111001 |
Color Harmonies of #D0FD28
Complementary color
Monochromatic Colors of #D0FD28
Black with #D0FD28
Text Example
Text Example
White with #D0FD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FD28; }
p { color: rgb(208,253,40); }
H1.HeaderClassName
{
color: #D0FD28;
}
.AnyTagClassName
{
color: #D0FD28;
}
</style>
background-color css
<style>
a { background-color: #D0FD28; }
a { background-color: rgb(208,253,40); }
div.DivClassName
{
background-color: #D0FD28;
}
.BgClassName
{
background-color: #D0FD28;
}
</style>
border-color css
<style>
span { border-color: #D0FD28; }
span { border-color: rgb(208,253,40); }
td.TdClassName
{
border-color: #D0FD28;
}
.TagClassName
{
border-color: #D0FD28;
}
</style>