Shades of Pear #D0F332
Tints of Pear #D0F332
RGB
CMYK
RGB Variations
Color information
#D0F332 (or 0xD0F332) is known color: Pear. HEX triplet: D0, F3 and 32. RGB value is (208,243,50). Sum of RGB (Red+Green+Blue) = 208+243+50=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 50 (19.92% from 255 or 9.98% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F332 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F332 is #2F0CCD. Grayscale: #D3D3D3. Windows color (decimal): -3083470 or 3339216. OLE color: 3339216.
HSL color Cylindrical-coordinate representation of color #D0F332: hue angle of 70.88º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0F332 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 243 | 50 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.05 |
| HSL | 70.88º | 0.89% | 0.57% | - |
| HSV(B) | 70.88º | 0.79% | 0.95% | - |
| XYZ | 58.64 | 77.74 | 14.93 | - |
| YUV | 210.53 | 37.4 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 243 | 50 | 0.14 | 0 | 0.79 | 0.05 | 70.88 | 0.89 | 0.57 |
| Hex | D0 | F3 | 32 | E | 0 | 4F | 5 | 47 | 59 | 39 |
| Octal | 320 | 363 | 62 | 16 | 0 | 117 | 5 | 107 | 131 | 71 |
| Binary | 11010000 | 11110011 | 110010 | 1110 | 0 | 1001111 | 101 | 1000111 | 1011001 | 111001 |
Color Harmonies of #D0F332
Complementary color
Monochromatic Colors of #D0F332
Black with #D0F332
Text Example
Text Example
White with #D0F332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F332; }
p { color: rgb(208,243,50); }
H1.HeaderClassName
{
color: #D0F332;
}
.AnyTagClassName
{
color: #D0F332;
}
</style>
background-color css
<style>
a { background-color: #D0F332; }
a { background-color: rgb(208,243,50); }
div.DivClassName
{
background-color: #D0F332;
}
.BgClassName
{
background-color: #D0F332;
}
</style>
border-color css
<style>
span { border-color: #D0F332; }
span { border-color: rgb(208,243,50); }
td.TdClassName
{
border-color: #D0F332;
}
.TagClassName
{
border-color: #D0F332;
}
</style>