Shades of Pear #D0F93D
Tints of Pear #D0F93D
RGB
CMYK
RGB Variations
Color information
#D0F93D (or 0xD0F93D) is known color: Pear. HEX triplet: D0, F9 and 3D. RGB value is (208,249,61). Sum of RGB (Red+Green+Blue) = 208+249+61=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 61 (24.22% from 255 or 11.78% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F93D is #2F06C2. Grayscale: #D8D8D8. Windows color (decimal): -3081923 or 4061648. OLE color: 4061648.
HSL color Cylindrical-coordinate representation of color #D0F93D: hue angle of 73.09º degrees, saturation: 0.94, 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 #D0F93D is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 249 | 61 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.02 |
| HSL | 73.09º | 0.94% | 0.61% | - |
| HSV(B) | 73.09º | 0.76% | 0.98% | - |
| XYZ | 60.73 | 81.5 | 16.94 | - |
| YUV | 215.31 | 40.92 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 249 | 61 | 0.16 | 0 | 0.76 | 0.02 | 73.09 | 0.94 | 0.61 |
| Hex | D0 | F9 | 3D | 10 | 0 | 4C | 2 | 49 | 5E | 3D |
| Octal | 320 | 371 | 75 | 20 | 0 | 114 | 2 | 111 | 136 | 75 |
| Binary | 11010000 | 11111001 | 111101 | 10000 | 0 | 1001100 | 10 | 1001001 | 1011110 | 111101 |
Color Harmonies of #D0F93D
Complementary color
Monochromatic Colors of #D0F93D
Black with #D0F93D
Text Example
Text Example
White with #D0F93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F93D; }
p { color: rgb(208,249,61); }
H1.HeaderClassName
{
color: #D0F93D;
}
.AnyTagClassName
{
color: #D0F93D;
}
</style>
background-color css
<style>
a { background-color: #D0F93D; }
a { background-color: rgb(208,249,61); }
div.DivClassName
{
background-color: #D0F93D;
}
.BgClassName
{
background-color: #D0F93D;
}
</style>
border-color css
<style>
span { border-color: #D0F93D; }
span { border-color: rgb(208,249,61); }
td.TdClassName
{
border-color: #D0F93D;
}
.TagClassName
{
border-color: #D0F93D;
}
</style>