Shades of Pear #D0FA4C
Tints of Pear #D0FA4C
RGB
CMYK
RGB Variations
Color information
#D0FA4C (or 0xD0FA4C) is known color: Pear. HEX triplet: D0, FA and 4C. RGB value is (208,250,76). Sum of RGB (Red+Green+Blue) = 208+250+76=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 76 (30.08% from 255 or 14.23% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FA4C is #2F05B3. Grayscale: #DADADA. Windows color (decimal): -3081652 or 5044944. OLE color: 5044944.
HSL color Cylindrical-coordinate representation of color #D0FA4C: hue angle of 74.48º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0FA4C is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 76 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.02 |
| HSL | 74.48º | 0.95% | 0.64% | - |
| HSV(B) | 74.48º | 0.7% | 0.98% | - |
| XYZ | 61.5 | 82.3 | 19.48 | - |
| YUV | 217.61 | 48.09 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 76 | 0.17 | 0 | 0.70 | 0.02 | 74.48 | 0.95 | 0.64 |
| Hex | D0 | FA | 4C | 11 | 0 | 46 | 2 | 4A | 5F | 40 |
| Octal | 320 | 372 | 114 | 21 | 0 | 106 | 2 | 112 | 137 | 100 |
| Binary | 11010000 | 11111010 | 1001100 | 10001 | 0 | 1000110 | 10 | 1001010 | 1011111 | 1000000 |
Color Harmonies of #D0FA4C
Complementary color
Monochromatic Colors of #D0FA4C
Black with #D0FA4C
Text Example
Text Example
White with #D0FA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FA4C; }
p { color: rgb(208,250,76); }
H1.HeaderClassName
{
color: #D0FA4C;
}
.AnyTagClassName
{
color: #D0FA4C;
}
</style>
background-color css
<style>
a { background-color: #D0FA4C; }
a { background-color: rgb(208,250,76); }
div.DivClassName
{
background-color: #D0FA4C;
}
.BgClassName
{
background-color: #D0FA4C;
}
</style>
border-color css
<style>
span { border-color: #D0FA4C; }
span { border-color: rgb(208,250,76); }
td.TdClassName
{
border-color: #D0FA4C;
}
.TagClassName
{
border-color: #D0FA4C;
}
</style>