Shades of Pear #D0FC4A
Tints of Pear #D0FC4A
RGB
CMYK
RGB Variations
Color information
#D0FC4A (or 0xD0FC4A) is known color: Pear. HEX triplet: D0, FC and 4A. RGB value is (208,252,74). Sum of RGB (Red+Green+Blue) = 208+252+74=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 74 (29.30% from 255 or 13.86% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FC4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FC4A is #2F03B5. Grayscale: #DBDBDB. Windows color (decimal): -3081142 or 4914384. OLE color: 4914384.
HSL color Cylindrical-coordinate representation of color #D0FC4A: hue angle of 74.83º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0FC4A is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 252 | 74 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.01 |
| HSL | 74.83º | 0.97% | 0.64% | - |
| HSV(B) | 74.83º | 0.71% | 0.99% | - |
| XYZ | 62.06 | 83.53 | 19.33 | - |
| YUV | 218.55 | 46.42 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 252 | 74 | 0.17 | 0 | 0.71 | 0.01 | 74.83 | 0.97 | 0.64 |
| Hex | D0 | FC | 4A | 11 | 0 | 47 | 1 | 4B | 61 | 40 |
| Octal | 320 | 374 | 112 | 21 | 0 | 107 | 1 | 113 | 141 | 100 |
| Binary | 11010000 | 11111100 | 1001010 | 10001 | 0 | 1000111 | 1 | 1001011 | 1100001 | 1000000 |
Color Harmonies of #D0FC4A
Complementary color
Monochromatic Colors of #D0FC4A
Black with #D0FC4A
Text Example
Text Example
White with #D0FC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FC4A; }
p { color: rgb(208,252,74); }
H1.HeaderClassName
{
color: #D0FC4A;
}
.AnyTagClassName
{
color: #D0FC4A;
}
</style>
background-color css
<style>
a { background-color: #D0FC4A; }
a { background-color: rgb(208,252,74); }
div.DivClassName
{
background-color: #D0FC4A;
}
.BgClassName
{
background-color: #D0FC4A;
}
</style>
border-color css
<style>
span { border-color: #D0FC4A; }
span { border-color: rgb(208,252,74); }
td.TdClassName
{
border-color: #D0FC4A;
}
.TagClassName
{
border-color: #D0FC4A;
}
</style>