Shades of Pear #D0F129
Tints of Pear #D0F129
RGB
CMYK
RGB Variations
Color information
#D0F129 (or 0xD0F129) is known color: Pear. HEX triplet: D0, F1 and 29. RGB value is (208,241,41). Sum of RGB (Red+Green+Blue) = 208+241+41=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 41 (16.41% from 255 or 8.37% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F129 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F129 is #2F0ED6. Grayscale: #D1D1D1. Windows color (decimal): -3083991 or 2748880. OLE color: 2748880.
HSL color Cylindrical-coordinate representation of color #D0F129: hue angle of 69.9º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0F129 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 41 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.05 |
| HSL | 69.9º | 0.88% | 0.55% | - |
| HSV(B) | 69.9º | 0.83% | 0.95% | - |
| XYZ | 57.87 | 76.48 | 13.81 | - |
| YUV | 208.33 | 33.57 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 41 | 0.14 | 0 | 0.83 | 0.05 | 69.9 | 0.88 | 0.55 |
| Hex | D0 | F1 | 29 | E | 0 | 53 | 5 | 46 | 58 | 37 |
| Octal | 320 | 361 | 51 | 16 | 0 | 123 | 5 | 106 | 130 | 67 |
| Binary | 11010000 | 11110001 | 101001 | 1110 | 0 | 1010011 | 101 | 1000110 | 1011000 | 110111 |
Color Harmonies of #D0F129
Complementary color
Monochromatic Colors of #D0F129
Black with #D0F129
Text Example
Text Example
White with #D0F129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F129; }
p { color: rgb(208,241,41); }
H1.HeaderClassName
{
color: #D0F129;
}
.AnyTagClassName
{
color: #D0F129;
}
</style>
background-color css
<style>
a { background-color: #D0F129; }
a { background-color: rgb(208,241,41); }
div.DivClassName
{
background-color: #D0F129;
}
.BgClassName
{
background-color: #D0F129;
}
</style>
border-color css
<style>
span { border-color: #D0F129; }
span { border-color: rgb(208,241,41); }
td.TdClassName
{
border-color: #D0F129;
}
.TagClassName
{
border-color: #D0F129;
}
</style>