Shades of Pear #D0F140
Tints of Pear #D0F140
RGB
CMYK
RGB Variations
Color information
#D0F140 (or 0xD0F140) is known color: Pear. HEX triplet: D0, F1 and 40. RGB value is (208,241,64). Sum of RGB (Red+Green+Blue) = 208+241+64=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 64 (25.39% from 255 or 12.48% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F140 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F140 is #2F0EBF. Grayscale: #D3D3D3. Windows color (decimal): -3083968 or 4256208. OLE color: 4256208.
HSL color Cylindrical-coordinate representation of color #D0F140: hue angle of 71.19º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0F140 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 64 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.05 |
| HSL | 71.19º | 0.86% | 0.6% | - |
| HSV(B) | 71.19º | 0.73% | 0.95% | - |
| XYZ | 58.39 | 76.69 | 16.58 | - |
| YUV | 210.96 | 45.07 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 64 | 0.14 | 0 | 0.73 | 0.05 | 71.19 | 0.86 | 0.6 |
| Hex | D0 | F1 | 40 | E | 0 | 49 | 5 | 47 | 56 | 3C |
| Octal | 320 | 361 | 100 | 16 | 0 | 111 | 5 | 107 | 126 | 74 |
| Binary | 11010000 | 11110001 | 1000000 | 1110 | 0 | 1001001 | 101 | 1000111 | 1010110 | 111100 |
Color Harmonies of #D0F140
Complementary color
Monochromatic Colors of #D0F140
Black with #D0F140
Text Example
Text Example
White with #D0F140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F140; }
p { color: rgb(208,241,64); }
H1.HeaderClassName
{
color: #D0F140;
}
.AnyTagClassName
{
color: #D0F140;
}
</style>
background-color css
<style>
a { background-color: #D0F140; }
a { background-color: rgb(208,241,64); }
div.DivClassName
{
background-color: #D0F140;
}
.BgClassName
{
background-color: #D0F140;
}
</style>
border-color css
<style>
span { border-color: #D0F140; }
span { border-color: rgb(208,241,64); }
td.TdClassName
{
border-color: #D0F140;
}
.TagClassName
{
border-color: #D0F140;
}
</style>