Shades of Pear #D0FF24
Tints of Pear #D0FF24
RGB
CMYK
RGB Variations
Color information
#D0FF24 (or 0xD0FF24) is known color: Pear. HEX triplet: D0, FF and 24. RGB value is (208,255,36). Sum of RGB (Red+Green+Blue) = 208+255+36=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 36 (14.45% from 255 or 7.21% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FF24 is #2F00DB. Grayscale: #D8D8D8. Windows color (decimal): -3080412 or 2424784. OLE color: 2424784.
HSL color Cylindrical-coordinate representation of color #D0FF24: hue angle of 72.88º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0FF24 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 36 | - |
| CMYK | 0.18 | 0 | 0.86 | 0 |
| HSL | 72.88º | 1% | 0.57% | - |
| HSV(B) | 72.88º | 0.86% | 1% | - |
| XYZ | 62.09 | 85.06 | 14.81 | - |
| YUV | 215.98 | 26.43 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 36 | 0.18 | 0 | 0.86 | 0 | 72.88 | 1 | 0.57 |
| Hex | D0 | FF | 24 | 12 | 0 | 56 | 0 | 49 | 64 | 39 |
| Octal | 320 | 377 | 44 | 22 | 0 | 126 | 0 | 111 | 144 | 71 |
| Binary | 11010000 | 11111111 | 100100 | 10010 | 0 | 1010110 | 0 | 1001001 | 1100100 | 111001 |
Color Harmonies of #D0FF24
Complementary color
Monochromatic Colors of #D0FF24
Black with #D0FF24
Text Example
Text Example
White with #D0FF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF24; }
p { color: rgb(208,255,36); }
H1.HeaderClassName
{
color: #D0FF24;
}
.AnyTagClassName
{
color: #D0FF24;
}
</style>
background-color css
<style>
a { background-color: #D0FF24; }
a { background-color: rgb(208,255,36); }
div.DivClassName
{
background-color: #D0FF24;
}
.BgClassName
{
background-color: #D0FF24;
}
</style>
border-color css
<style>
span { border-color: #D0FF24; }
span { border-color: rgb(208,255,36); }
td.TdClassName
{
border-color: #D0FF24;
}
.TagClassName
{
border-color: #D0FF24;
}
</style>