Shades of Pear #D0FB2B
Tints of Pear #D0FB2B
RGB
CMYK
RGB Variations
Color information
#D0FB2B (or 0xD0FB2B) is known color: Pear. HEX triplet: D0, FB and 2B. RGB value is (208,251,43). Sum of RGB (Red+Green+Blue) = 208+251+43=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 251 (98.44% from 255 or 50% from 502); Blue value is 43 (17.19% from 255 or 8.57% from 502); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FB2B is #2F04D4. Grayscale: #D7D7D7. Windows color (decimal): -3081429 or 2882512. OLE color: 2882512.
HSL color Cylindrical-coordinate representation of color #D0FB2B: hue angle of 72.4º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0FB2B is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 43 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.02 |
| HSL | 72.4º | 0.96% | 0.58% | - |
| HSV(B) | 72.4º | 0.83% | 0.98% | - |
| XYZ | 60.95 | 82.58 | 15.01 | - |
| YUV | 214.43 | 31.25 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 43 | 0.17 | 0 | 0.83 | 0.02 | 72.4 | 0.96 | 0.58 |
| Hex | D0 | FB | 2B | 11 | 0 | 53 | 2 | 48 | 60 | 3A |
| Octal | 320 | 373 | 53 | 21 | 0 | 123 | 2 | 110 | 140 | 72 |
| Binary | 11010000 | 11111011 | 101011 | 10001 | 0 | 1010011 | 10 | 1001000 | 1100000 | 111010 |
Color Harmonies of #D0FB2B
Complementary color
Monochromatic Colors of #D0FB2B
Black with #D0FB2B
Text Example
Text Example
White with #D0FB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FB2B; }
p { color: rgb(208,251,43); }
H1.HeaderClassName
{
color: #D0FB2B;
}
.AnyTagClassName
{
color: #D0FB2B;
}
</style>
background-color css
<style>
a { background-color: #D0FB2B; }
a { background-color: rgb(208,251,43); }
div.DivClassName
{
background-color: #D0FB2B;
}
.BgClassName
{
background-color: #D0FB2B;
}
</style>
border-color css
<style>
span { border-color: #D0FB2B; }
span { border-color: rgb(208,251,43); }
td.TdClassName
{
border-color: #D0FB2B;
}
.TagClassName
{
border-color: #D0FB2B;
}
</style>