Shades of Pear #D0F43B
Tints of Pear #D0F43B
RGB
CMYK
RGB Variations
Color information
#D0F43B (or 0xD0F43B) is known color: Pear. HEX triplet: D0, F4 and 3B. RGB value is (208,244,59). Sum of RGB (Red+Green+Blue) = 208+244+59=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 59 (23.44% from 255 or 11.55% from 511); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F43B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F43B is #2F0BC4. Grayscale: #D4D4D4. Windows color (decimal): -3083205 or 3929296. OLE color: 3929296.
HSL color Cylindrical-coordinate representation of color #D0F43B: hue angle of 71.68º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0F43B is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 244 | 59 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.04 |
| HSL | 71.68º | 0.89% | 0.59% | - |
| HSV(B) | 71.68º | 0.76% | 0.96% | - |
| XYZ | 59.15 | 78.43 | 16.16 | - |
| YUV | 212.15 | 41.57 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 244 | 59 | 0.15 | 0 | 0.76 | 0.04 | 71.68 | 0.89 | 0.59 |
| Hex | D0 | F4 | 3B | F | 0 | 4C | 4 | 48 | 59 | 3B |
| Octal | 320 | 364 | 73 | 17 | 0 | 114 | 4 | 110 | 131 | 73 |
| Binary | 11010000 | 11110100 | 111011 | 1111 | 0 | 1001100 | 100 | 1001000 | 1011001 | 111011 |
Color Harmonies of #D0F43B
Complementary color
Monochromatic Colors of #D0F43B
Black with #D0F43B
Text Example
Text Example
White with #D0F43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F43B; }
p { color: rgb(208,244,59); }
H1.HeaderClassName
{
color: #D0F43B;
}
.AnyTagClassName
{
color: #D0F43B;
}
</style>
background-color css
<style>
a { background-color: #D0F43B; }
a { background-color: rgb(208,244,59); }
div.DivClassName
{
background-color: #D0F43B;
}
.BgClassName
{
background-color: #D0F43B;
}
</style>
border-color css
<style>
span { border-color: #D0F43B; }
span { border-color: rgb(208,244,59); }
td.TdClassName
{
border-color: #D0F43B;
}
.TagClassName
{
border-color: #D0F43B;
}
</style>