Shades of Pear #D0FB3D
Tints of Pear #D0FB3D
RGB
CMYK
RGB Variations
Color information
#D0FB3D (or 0xD0FB3D) is known color: Pear. HEX triplet: D0, FB and 3D. RGB value is (208,251,61). Sum of RGB (Red+Green+Blue) = 208+251+61=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 61 (24.22% from 255 or 11.73% from 520); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FB3D is #2F04C2. Grayscale: #D9D9D9. Windows color (decimal): -3081411 or 4062160. OLE color: 4062160.
HSL color Cylindrical-coordinate representation of color #D0FB3D: hue angle of 73.58º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0FB3D is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 61 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.02 |
| HSL | 73.58º | 0.96% | 0.61% | - |
| HSV(B) | 73.58º | 0.76% | 0.98% | - |
| XYZ | 61.35 | 82.74 | 17.15 | - |
| YUV | 216.48 | 40.25 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 61 | 0.17 | 0 | 0.76 | 0.02 | 73.58 | 0.96 | 0.61 |
| Hex | D0 | FB | 3D | 11 | 0 | 4C | 2 | 4A | 60 | 3D |
| Octal | 320 | 373 | 75 | 21 | 0 | 114 | 2 | 112 | 140 | 75 |
| Binary | 11010000 | 11111011 | 111101 | 10001 | 0 | 1001100 | 10 | 1001010 | 1100000 | 111101 |
Color Harmonies of #D0FB3D
Complementary color
Monochromatic Colors of #D0FB3D
Black with #D0FB3D
Text Example
Text Example
White with #D0FB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FB3D; }
p { color: rgb(208,251,61); }
H1.HeaderClassName
{
color: #D0FB3D;
}
.AnyTagClassName
{
color: #D0FB3D;
}
</style>
background-color css
<style>
a { background-color: #D0FB3D; }
a { background-color: rgb(208,251,61); }
div.DivClassName
{
background-color: #D0FB3D;
}
.BgClassName
{
background-color: #D0FB3D;
}
</style>
border-color css
<style>
span { border-color: #D0FB3D; }
span { border-color: rgb(208,251,61); }
td.TdClassName
{
border-color: #D0FB3D;
}
.TagClassName
{
border-color: #D0FB3D;
}
</style>