Shades of Pear #D0F223
Tints of Pear #D0F223
RGB
CMYK
RGB Variations
Color information
#D0F223 (or 0xD0F223) is known color: Pear. HEX triplet: D0, F2 and 23. RGB value is (208,242,35). Sum of RGB (Red+Green+Blue) = 208+242+35=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 35 (14.06% from 255 or 7.22% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F223 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F223 is #2F0DDC. Grayscale: #D1D1D1. Windows color (decimal): -3083741 or 2355920. OLE color: 2355920.
HSL color Cylindrical-coordinate representation of color #D0F223: hue angle of 69.86º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0F223 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 242 | 35 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.05 |
| HSL | 69.86º | 0.89% | 0.54% | - |
| HSV(B) | 69.86º | 0.86% | 0.95% | - |
| XYZ | 58.07 | 77.04 | 13.4 | - |
| YUV | 208.24 | 30.24 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 242 | 35 | 0.14 | 0 | 0.86 | 0.05 | 69.86 | 0.89 | 0.54 |
| Hex | D0 | F2 | 23 | E | 0 | 56 | 5 | 46 | 59 | 36 |
| Octal | 320 | 362 | 43 | 16 | 0 | 126 | 5 | 106 | 131 | 66 |
| Binary | 11010000 | 11110010 | 100011 | 1110 | 0 | 1010110 | 101 | 1000110 | 1011001 | 110110 |
Color Harmonies of #D0F223
Complementary color
Monochromatic Colors of #D0F223
Black with #D0F223
Text Example
Text Example
White with #D0F223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F223; }
p { color: rgb(208,242,35); }
H1.HeaderClassName
{
color: #D0F223;
}
.AnyTagClassName
{
color: #D0F223;
}
</style>
background-color css
<style>
a { background-color: #D0F223; }
a { background-color: rgb(208,242,35); }
div.DivClassName
{
background-color: #D0F223;
}
.BgClassName
{
background-color: #D0F223;
}
</style>
border-color css
<style>
span { border-color: #D0F223; }
span { border-color: rgb(208,242,35); }
td.TdClassName
{
border-color: #D0F223;
}
.TagClassName
{
border-color: #D0F223;
}
</style>