Shades of Pear #D0F827
Tints of Pear #D0F827
RGB
CMYK
RGB Variations
Color information
#D0F827 (or 0xD0F827) is known color: Pear. HEX triplet: D0, F8 and 27. RGB value is (208,248,39). Sum of RGB (Red+Green+Blue) = 208+248+39=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 39 (15.62% from 255 or 7.88% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F827 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F827 is #2F07D8. Grayscale: #D5D5D5. Windows color (decimal): -3082201 or 2619600. OLE color: 2619600.
HSL color Cylindrical-coordinate representation of color #D0F827: hue angle of 71.48º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0F827 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 248 | 39 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.03 |
| HSL | 71.48º | 0.94% | 0.56% | - |
| HSV(B) | 71.48º | 0.84% | 0.97% | - |
| XYZ | 59.95 | 80.69 | 14.33 | - |
| YUV | 212.21 | 30.25 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 248 | 39 | 0.16 | 0 | 0.84 | 0.03 | 71.48 | 0.94 | 0.56 |
| Hex | D0 | F8 | 27 | 10 | 0 | 54 | 3 | 47 | 5E | 38 |
| Octal | 320 | 370 | 47 | 20 | 0 | 124 | 3 | 107 | 136 | 70 |
| Binary | 11010000 | 11111000 | 100111 | 10000 | 0 | 1010100 | 11 | 1000111 | 1011110 | 111000 |
Color Harmonies of #D0F827
Complementary color
Monochromatic Colors of #D0F827
Black with #D0F827
Text Example
Text Example
White with #D0F827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F827; }
p { color: rgb(208,248,39); }
H1.HeaderClassName
{
color: #D0F827;
}
.AnyTagClassName
{
color: #D0F827;
}
</style>
background-color css
<style>
a { background-color: #D0F827; }
a { background-color: rgb(208,248,39); }
div.DivClassName
{
background-color: #D0F827;
}
.BgClassName
{
background-color: #D0F827;
}
</style>
border-color css
<style>
span { border-color: #D0F827; }
span { border-color: rgb(208,248,39); }
td.TdClassName
{
border-color: #D0F827;
}
.TagClassName
{
border-color: #D0F827;
}
</style>