Shades of Pear #D0FE23
Tints of Pear #D0FE23
RGB
CMYK
RGB Variations
Color information
#D0FE23 (or 0xD0FE23) is known color: Pear. HEX triplet: D0, FE and 23. RGB value is (208,254,35). Sum of RGB (Red+Green+Blue) = 208+254+35=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 254 (99.61% from 255 or 51.11% from 497); Blue value is 35 (14.06% from 255 or 7.04% from 497); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FE23 is #2F01DC. Grayscale: #D8D8D8. Windows color (decimal): -3080669 or 2358992. OLE color: 2358992.
HSL color Cylindrical-coordinate representation of color #D0FE23: hue angle of 72.6º 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 #D0FE23 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 35 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.00 |
| HSL | 72.6º | 0.99% | 0.57% | - |
| HSV(B) | 72.6º | 0.86% | 1% | - |
| XYZ | 61.76 | 84.41 | 14.63 | - |
| YUV | 215.28 | 26.26 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 35 | 0.18 | 0 | 0.86 | 0.00 | 72.6 | 0.99 | 0.57 |
| Hex | D0 | FE | 23 | 12 | 0 | 56 | 0 | 49 | 63 | 39 |
| Octal | 320 | 376 | 43 | 22 | 0 | 126 | 0 | 111 | 143 | 71 |
| Binary | 11010000 | 11111110 | 100011 | 10010 | 0 | 1010110 | 0 | 1001001 | 1100011 | 111001 |
Color Harmonies of #D0FE23
Complementary color
Monochromatic Colors of #D0FE23
Black with #D0FE23
Text Example
Text Example
White with #D0FE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE23; }
p { color: rgb(208,254,35); }
H1.HeaderClassName
{
color: #D0FE23;
}
.AnyTagClassName
{
color: #D0FE23;
}
</style>
background-color css
<style>
a { background-color: #D0FE23; }
a { background-color: rgb(208,254,35); }
div.DivClassName
{
background-color: #D0FE23;
}
.BgClassName
{
background-color: #D0FE23;
}
</style>
border-color css
<style>
span { border-color: #D0FE23; }
span { border-color: rgb(208,254,35); }
td.TdClassName
{
border-color: #D0FE23;
}
.TagClassName
{
border-color: #D0FE23;
}
</style>