Shades of Pear #D0F32B
Tints of Pear #D0F32B
RGB
CMYK
RGB Variations
Color information
#D0F32B (or 0xD0F32B) is known color: Pear. HEX triplet: D0, F3 and 2B. RGB value is (208,243,43). Sum of RGB (Red+Green+Blue) = 208+243+43=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 43 (17.19% from 255 or 8.70% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F32B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F32B is #2F0CD4. Grayscale: #D2D2D2. Windows color (decimal): -3083477 or 2880464. OLE color: 2880464.
HSL color Cylindrical-coordinate representation of color #D0F32B: hue angle of 70.5º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D0F32B is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 243 | 43 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.05 |
| HSL | 70.5º | 0.89% | 0.56% | - |
| HSV(B) | 70.5º | 0.82% | 0.95% | - |
| XYZ | 58.5 | 77.69 | 14.2 | - |
| YUV | 209.74 | 33.9 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 243 | 43 | 0.14 | 0 | 0.82 | 0.05 | 70.5 | 0.89 | 0.56 |
| Hex | D0 | F3 | 2B | E | 0 | 52 | 5 | 46 | 59 | 38 |
| Octal | 320 | 363 | 53 | 16 | 0 | 122 | 5 | 106 | 131 | 70 |
| Binary | 11010000 | 11110011 | 101011 | 1110 | 0 | 1010010 | 101 | 1000110 | 1011001 | 111000 |
Color Harmonies of #D0F32B
Complementary color
Monochromatic Colors of #D0F32B
Black with #D0F32B
Text Example
Text Example
White with #D0F32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F32B; }
p { color: rgb(208,243,43); }
H1.HeaderClassName
{
color: #D0F32B;
}
.AnyTagClassName
{
color: #D0F32B;
}
</style>
background-color css
<style>
a { background-color: #D0F32B; }
a { background-color: rgb(208,243,43); }
div.DivClassName
{
background-color: #D0F32B;
}
.BgClassName
{
background-color: #D0F32B;
}
</style>
border-color css
<style>
span { border-color: #D0F32B; }
span { border-color: rgb(208,243,43); }
td.TdClassName
{
border-color: #D0F32B;
}
.TagClassName
{
border-color: #D0F32B;
}
</style>