Shades of Pear #D0FB45
Tints of Pear #D0FB45
RGB
CMYK
RGB Variations
Color information
#D0FB45 (or 0xD0FB45) is known color: Pear. HEX triplet: D0, FB and 45. RGB value is (208,251,69). Sum of RGB (Red+Green+Blue) = 208+251+69=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 251 (98.44% from 255 or 47.54% from 528); Blue value is 69 (27.34% from 255 or 13.07% from 528); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FB45 is #2F04BA. Grayscale: #DADADA. Windows color (decimal): -3081403 or 4586448. OLE color: 4586448.
HSL color Cylindrical-coordinate representation of color #D0FB45: hue angle of 74.18º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0FB45 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 69 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.02 |
| HSL | 74.18º | 0.96% | 0.63% | - |
| HSV(B) | 74.18º | 0.73% | 0.98% | - |
| XYZ | 61.58 | 82.83 | 18.37 | - |
| YUV | 217.4 | 44.25 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 69 | 0.17 | 0 | 0.73 | 0.02 | 74.18 | 0.96 | 0.63 |
| Hex | D0 | FB | 45 | 11 | 0 | 49 | 2 | 4A | 60 | 3F |
| Octal | 320 | 373 | 105 | 21 | 0 | 111 | 2 | 112 | 140 | 77 |
| Binary | 11010000 | 11111011 | 1000101 | 10001 | 0 | 1001001 | 10 | 1001010 | 1100000 | 111111 |
Color Harmonies of #D0FB45
Complementary color
Monochromatic Colors of #D0FB45
Black with #D0FB45
Text Example
Text Example
White with #D0FB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FB45; }
p { color: rgb(208,251,69); }
H1.HeaderClassName
{
color: #D0FB45;
}
.AnyTagClassName
{
color: #D0FB45;
}
</style>
background-color css
<style>
a { background-color: #D0FB45; }
a { background-color: rgb(208,251,69); }
div.DivClassName
{
background-color: #D0FB45;
}
.BgClassName
{
background-color: #D0FB45;
}
</style>
border-color css
<style>
span { border-color: #D0FB45; }
span { border-color: rgb(208,251,69); }
td.TdClassName
{
border-color: #D0FB45;
}
.TagClassName
{
border-color: #D0FB45;
}
</style>