Shades of Pear #D0FD3F
Tints of Pear #D0FD3F
RGB
CMYK
RGB Variations
Color information
#D0FD3F (or 0xD0FD3F) is known color: Pear. HEX triplet: D0, FD and 3F. RGB value is (208,253,63). Sum of RGB (Red+Green+Blue) = 208+253+63=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 253 (99.22% from 255 or 48.28% from 524); Blue value is 63 (25% from 255 or 12.02% from 524); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FD3F is #2F02C0. Grayscale: #DADADA. Windows color (decimal): -3080897 or 4193744. OLE color: 4193744.
HSL color Cylindrical-coordinate representation of color #D0FD3F: hue angle of 74.21º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0FD3F is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 253 | 63 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.01 |
| HSL | 74.21º | 0.98% | 0.62% | - |
| HSV(B) | 74.21º | 0.75% | 0.99% | - |
| XYZ | 62.03 | 84.02 | 17.65 | - |
| YUV | 217.89 | 40.59 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 253 | 63 | 0.18 | 0 | 0.75 | 0.01 | 74.21 | 0.98 | 0.62 |
| Hex | D0 | FD | 3F | 12 | 0 | 4B | 1 | 4A | 62 | 3E |
| Octal | 320 | 375 | 77 | 22 | 0 | 113 | 1 | 112 | 142 | 76 |
| Binary | 11010000 | 11111101 | 111111 | 10010 | 0 | 1001011 | 1 | 1001010 | 1100010 | 111110 |
Color Harmonies of #D0FD3F
Complementary color
Monochromatic Colors of #D0FD3F
Black with #D0FD3F
Text Example
Text Example
White with #D0FD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FD3F; }
p { color: rgb(208,253,63); }
H1.HeaderClassName
{
color: #D0FD3F;
}
.AnyTagClassName
{
color: #D0FD3F;
}
</style>
background-color css
<style>
a { background-color: #D0FD3F; }
a { background-color: rgb(208,253,63); }
div.DivClassName
{
background-color: #D0FD3F;
}
.BgClassName
{
background-color: #D0FD3F;
}
</style>
border-color css
<style>
span { border-color: #D0FD3F; }
span { border-color: rgb(208,253,63); }
td.TdClassName
{
border-color: #D0FD3F;
}
.TagClassName
{
border-color: #D0FD3F;
}
</style>