Shades of Pear #D0FB44
Tints of Pear #D0FB44
RGB
CMYK
RGB Variations
Color information
#D0FB44 (or 0xD0FB44) is known color: Pear. HEX triplet: D0, FB and 44. RGB value is (208,251,68). Sum of RGB (Red+Green+Blue) = 208+251+68=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 68 (26.95% from 255 or 12.90% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FB44 is #2F04BB. Grayscale: #D9D9D9. Windows color (decimal): -3081404 or 4520912. OLE color: 4520912.
HSL color Cylindrical-coordinate representation of color #D0FB44: hue angle of 74.1º 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 #D0FB44 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 68 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.02 |
| HSL | 74.1º | 0.96% | 0.63% | - |
| HSV(B) | 74.1º | 0.73% | 0.98% | - |
| XYZ | 61.55 | 82.82 | 18.21 | - |
| YUV | 217.28 | 43.75 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 68 | 0.17 | 0 | 0.73 | 0.02 | 74.1 | 0.96 | 0.63 |
| Hex | D0 | FB | 44 | 11 | 0 | 49 | 2 | 4A | 60 | 3F |
| Octal | 320 | 373 | 104 | 21 | 0 | 111 | 2 | 112 | 140 | 77 |
| Binary | 11010000 | 11111011 | 1000100 | 10001 | 0 | 1001001 | 10 | 1001010 | 1100000 | 111111 |
Color Harmonies of #D0FB44
Complementary color
Monochromatic Colors of #D0FB44
Black with #D0FB44
Text Example
Text Example
White with #D0FB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FB44; }
p { color: rgb(208,251,68); }
H1.HeaderClassName
{
color: #D0FB44;
}
.AnyTagClassName
{
color: #D0FB44;
}
</style>
background-color css
<style>
a { background-color: #D0FB44; }
a { background-color: rgb(208,251,68); }
div.DivClassName
{
background-color: #D0FB44;
}
.BgClassName
{
background-color: #D0FB44;
}
</style>
border-color css
<style>
span { border-color: #D0FB44; }
span { border-color: rgb(208,251,68); }
td.TdClassName
{
border-color: #D0FB44;
}
.TagClassName
{
border-color: #D0FB44;
}
</style>