Shades of Pear #D0FE39
Tints of Pear #D0FE39
RGB
CMYK
RGB Variations
Color information
#D0FE39 (or 0xD0FE39) is known color: Pear. HEX triplet: D0, FE and 39. RGB value is (208,254,57). Sum of RGB (Red+Green+Blue) = 208+254+57=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 57 (22.66% from 255 or 10.98% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE39 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FE39 is #2F01C6. Grayscale: #DADADA. Windows color (decimal): -3080647 or 3800784. OLE color: 3800784.
HSL color Cylindrical-coordinate representation of color #D0FE39: hue angle of 74.01º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0FE39 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 57 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.00 |
| HSL | 74.01º | 0.99% | 0.61% | - |
| HSV(B) | 74.01º | 0.78% | 1% | - |
| XYZ | 62.19 | 84.59 | 16.92 | - |
| YUV | 217.79 | 37.26 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 57 | 0.18 | 0 | 0.78 | 0.00 | 74.01 | 0.99 | 0.61 |
| Hex | D0 | FE | 39 | 12 | 0 | 4E | 0 | 4A | 63 | 3D |
| Octal | 320 | 376 | 71 | 22 | 0 | 116 | 0 | 112 | 143 | 75 |
| Binary | 11010000 | 11111110 | 111001 | 10010 | 0 | 1001110 | 0 | 1001010 | 1100011 | 111101 |
Color Harmonies of #D0FE39
Complementary color
Monochromatic Colors of #D0FE39
Black with #D0FE39
Text Example
Text Example
White with #D0FE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE39; }
p { color: rgb(208,254,57); }
H1.HeaderClassName
{
color: #D0FE39;
}
.AnyTagClassName
{
color: #D0FE39;
}
</style>
background-color css
<style>
a { background-color: #D0FE39; }
a { background-color: rgb(208,254,57); }
div.DivClassName
{
background-color: #D0FE39;
}
.BgClassName
{
background-color: #D0FE39;
}
</style>
border-color css
<style>
span { border-color: #D0FE39; }
span { border-color: rgb(208,254,57); }
td.TdClassName
{
border-color: #D0FE39;
}
.TagClassName
{
border-color: #D0FE39;
}
</style>