Shades of Pear #D0F14A
Tints of Pear #D0F14A
RGB
CMYK
RGB Variations
Color information
#D0F14A (or 0xD0F14A) is known color: Pear. HEX triplet: D0, F1 and 4A. RGB value is (208,241,74). Sum of RGB (Red+Green+Blue) = 208+241+74=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 74 (29.30% from 255 or 14.15% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F14A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F14A is #2F0EB5. Grayscale: #D4D4D4. Windows color (decimal): -3083958 or 4911568. OLE color: 4911568.
HSL color Cylindrical-coordinate representation of color #D0F14A: hue angle of 71.86º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0F14A is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 74 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.05 |
| HSL | 71.86º | 0.86% | 0.62% | - |
| HSV(B) | 71.86º | 0.69% | 0.95% | - |
| XYZ | 58.7 | 76.81 | 18.21 | - |
| YUV | 212.1 | 50.07 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 74 | 0.14 | 0 | 0.69 | 0.05 | 71.86 | 0.86 | 0.62 |
| Hex | D0 | F1 | 4A | E | 0 | 45 | 5 | 48 | 56 | 3E |
| Octal | 320 | 361 | 112 | 16 | 0 | 105 | 5 | 110 | 126 | 76 |
| Binary | 11010000 | 11110001 | 1001010 | 1110 | 0 | 1000101 | 101 | 1001000 | 1010110 | 111110 |
Color Harmonies of #D0F14A
Complementary color
Monochromatic Colors of #D0F14A
Black with #D0F14A
Text Example
Text Example
White with #D0F14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F14A; }
p { color: rgb(208,241,74); }
H1.HeaderClassName
{
color: #D0F14A;
}
.AnyTagClassName
{
color: #D0F14A;
}
</style>
background-color css
<style>
a { background-color: #D0F14A; }
a { background-color: rgb(208,241,74); }
div.DivClassName
{
background-color: #D0F14A;
}
.BgClassName
{
background-color: #D0F14A;
}
</style>
border-color css
<style>
span { border-color: #D0F14A; }
span { border-color: rgb(208,241,74); }
td.TdClassName
{
border-color: #D0F14A;
}
.TagClassName
{
border-color: #D0F14A;
}
</style>