Shades of Pear #D0FE24
Tints of Pear #D0FE24
RGB
CMYK
RGB Variations
Color information
#D0FE24 (or 0xD0FE24) is known color: Pear. HEX triplet: D0, FE and 24. RGB value is (208,254,36). Sum of RGB (Red+Green+Blue) = 208+254+36=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 254 (99.61% from 255 or 51.00% from 498); Blue value is 36 (14.45% from 255 or 7.23% from 498); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FE24 is #2F01DB. Grayscale: #D8D8D8. Windows color (decimal): -3080668 or 2424528. OLE color: 2424528.
HSL color Cylindrical-coordinate representation of color #D0FE24: hue angle of 72.66º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0FE24 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 36 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.00 |
| HSL | 72.66º | 0.99% | 0.57% | - |
| HSV(B) | 72.66º | 0.86% | 1% | - |
| XYZ | 61.77 | 84.42 | 14.71 | - |
| YUV | 215.39 | 26.76 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 36 | 0.18 | 0 | 0.86 | 0.00 | 72.66 | 0.99 | 0.57 |
| Hex | D0 | FE | 24 | 12 | 0 | 56 | 0 | 49 | 63 | 39 |
| Octal | 320 | 376 | 44 | 22 | 0 | 126 | 0 | 111 | 143 | 71 |
| Binary | 11010000 | 11111110 | 100100 | 10010 | 0 | 1010110 | 0 | 1001001 | 1100011 | 111001 |
Color Harmonies of #D0FE24
Complementary color
Monochromatic Colors of #D0FE24
Black with #D0FE24
Text Example
Text Example
White with #D0FE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE24; }
p { color: rgb(208,254,36); }
H1.HeaderClassName
{
color: #D0FE24;
}
.AnyTagClassName
{
color: #D0FE24;
}
</style>
background-color css
<style>
a { background-color: #D0FE24; }
a { background-color: rgb(208,254,36); }
div.DivClassName
{
background-color: #D0FE24;
}
.BgClassName
{
background-color: #D0FE24;
}
</style>
border-color css
<style>
span { border-color: #D0FE24; }
span { border-color: rgb(208,254,36); }
td.TdClassName
{
border-color: #D0FE24;
}
.TagClassName
{
border-color: #D0FE24;
}
</style>