Shades of Pear #D0F136
Tints of Pear #D0F136
RGB
CMYK
RGB Variations
Color information
#D0F136 (or 0xD0F136) is known color: Pear. HEX triplet: D0, F1 and 36. RGB value is (208,241,54). Sum of RGB (Red+Green+Blue) = 208+241+54=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 54 (21.48% from 255 or 10.74% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F136 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F136 is #2F0EC9. Grayscale: #D2D2D2. Windows color (decimal): -3083978 or 3600848. OLE color: 3600848.
HSL color Cylindrical-coordinate representation of color #D0F136: hue angle of 70.59º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0F136 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 54 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.05 |
| HSL | 70.59º | 0.87% | 0.58% | - |
| HSV(B) | 70.59º | 0.78% | 0.95% | - |
| XYZ | 58.13 | 76.59 | 15.21 | - |
| YUV | 209.82 | 40.07 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 54 | 0.14 | 0 | 0.78 | 0.05 | 70.59 | 0.87 | 0.58 |
| Hex | D0 | F1 | 36 | E | 0 | 4E | 5 | 47 | 57 | 3A |
| Octal | 320 | 361 | 66 | 16 | 0 | 116 | 5 | 107 | 127 | 72 |
| Binary | 11010000 | 11110001 | 110110 | 1110 | 0 | 1001110 | 101 | 1000111 | 1010111 | 111010 |
Color Harmonies of #D0F136
Complementary color
Monochromatic Colors of #D0F136
Black with #D0F136
Text Example
Text Example
White with #D0F136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F136; }
p { color: rgb(208,241,54); }
H1.HeaderClassName
{
color: #D0F136;
}
.AnyTagClassName
{
color: #D0F136;
}
</style>
background-color css
<style>
a { background-color: #D0F136; }
a { background-color: rgb(208,241,54); }
div.DivClassName
{
background-color: #D0F136;
}
.BgClassName
{
background-color: #D0F136;
}
</style>
border-color css
<style>
span { border-color: #D0F136; }
span { border-color: rgb(208,241,54); }
td.TdClassName
{
border-color: #D0F136;
}
.TagClassName
{
border-color: #D0F136;
}
</style>