Shades of Pear #D0FB29
Tints of Pear #D0FB29
RGB
CMYK
RGB Variations
Color information
#D0FB29 (or 0xD0FB29) is known color: Pear. HEX triplet: D0, FB and 29. RGB value is (208,251,41). Sum of RGB (Red+Green+Blue) = 208+251+41=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 251 (98.44% from 255 or 50.2% from 500); Blue value is 41 (16.41% from 255 or 8.2% from 500); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FB29 is #2F04D6. Grayscale: #D7D7D7. Windows color (decimal): -3081431 or 2751440. OLE color: 2751440.
HSL color Cylindrical-coordinate representation of color #D0FB29: hue angle of 72.29º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0FB29 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 41 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.02 |
| HSL | 72.29º | 0.96% | 0.57% | - |
| HSV(B) | 72.29º | 0.84% | 0.98% | - |
| XYZ | 60.91 | 82.56 | 14.82 | - |
| YUV | 214.2 | 30.25 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 41 | 0.17 | 0 | 0.84 | 0.02 | 72.29 | 0.96 | 0.57 |
| Hex | D0 | FB | 29 | 11 | 0 | 54 | 2 | 48 | 60 | 39 |
| Octal | 320 | 373 | 51 | 21 | 0 | 124 | 2 | 110 | 140 | 71 |
| Binary | 11010000 | 11111011 | 101001 | 10001 | 0 | 1010100 | 10 | 1001000 | 1100000 | 111001 |
Color Harmonies of #D0FB29
Complementary color
Monochromatic Colors of #D0FB29
Black with #D0FB29
Text Example
Text Example
White with #D0FB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FB29; }
p { color: rgb(208,251,41); }
H1.HeaderClassName
{
color: #D0FB29;
}
.AnyTagClassName
{
color: #D0FB29;
}
</style>
background-color css
<style>
a { background-color: #D0FB29; }
a { background-color: rgb(208,251,41); }
div.DivClassName
{
background-color: #D0FB29;
}
.BgClassName
{
background-color: #D0FB29;
}
</style>
border-color css
<style>
span { border-color: #D0FB29; }
span { border-color: rgb(208,251,41); }
td.TdClassName
{
border-color: #D0FB29;
}
.TagClassName
{
border-color: #D0FB29;
}
</style>