Shades of Pear #D0FA46
Tints of Pear #D0FA46
RGB
CMYK
RGB Variations
Color information
#D0FA46 (or 0xD0FA46) is known color: Pear. HEX triplet: D0, FA and 46. RGB value is (208,250,70). Sum of RGB (Red+Green+Blue) = 208+250+70=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 70 (27.73% from 255 or 13.26% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FA46 is #2F05B9. Grayscale: #D9D9D9. Windows color (decimal): -3081658 or 4651728. OLE color: 4651728.
HSL color Cylindrical-coordinate representation of color #D0FA46: hue angle of 74º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0FA46 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 70 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.02 |
| HSL | 74º | 0.95% | 0.63% | - |
| HSV(B) | 74º | 0.72% | 0.98% | - |
| XYZ | 61.3 | 82.22 | 18.43 | - |
| YUV | 216.92 | 45.09 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 70 | 0.17 | 0 | 0.72 | 0.02 | 74 | 0.95 | 0.63 |
| Hex | D0 | FA | 46 | 11 | 0 | 48 | 2 | 4A | 5F | 3F |
| Octal | 320 | 372 | 106 | 21 | 0 | 110 | 2 | 112 | 137 | 77 |
| Binary | 11010000 | 11111010 | 1000110 | 10001 | 0 | 1001000 | 10 | 1001010 | 1011111 | 111111 |
Color Harmonies of #D0FA46
Complementary color
Monochromatic Colors of #D0FA46
Black with #D0FA46
Text Example
Text Example
White with #D0FA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FA46; }
p { color: rgb(208,250,70); }
H1.HeaderClassName
{
color: #D0FA46;
}
.AnyTagClassName
{
color: #D0FA46;
}
</style>
background-color css
<style>
a { background-color: #D0FA46; }
a { background-color: rgb(208,250,70); }
div.DivClassName
{
background-color: #D0FA46;
}
.BgClassName
{
background-color: #D0FA46;
}
</style>
border-color css
<style>
span { border-color: #D0FA46; }
span { border-color: rgb(208,250,70); }
td.TdClassName
{
border-color: #D0FA46;
}
.TagClassName
{
border-color: #D0FA46;
}
</style>