Shades of Pear #D0F327
Tints of Pear #D0F327
RGB
CMYK
RGB Variations
Color information
#D0F327 (or 0xD0F327) is known color: Pear. HEX triplet: D0, F3 and 27. RGB value is (208,243,39). Sum of RGB (Red+Green+Blue) = 208+243+39=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 39 (15.62% from 255 or 7.96% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F327 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F327 is #2F0CD8. Grayscale: #D2D2D2. Windows color (decimal): -3083481 or 2618320. OLE color: 2618320.
HSL color Cylindrical-coordinate representation of color #D0F327: hue angle of 70.29º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0F327 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 243 | 39 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.05 |
| HSL | 70.29º | 0.89% | 0.55% | - |
| HSV(B) | 70.29º | 0.84% | 0.95% | - |
| XYZ | 58.43 | 77.66 | 13.83 | - |
| YUV | 209.28 | 31.9 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 243 | 39 | 0.14 | 0 | 0.84 | 0.05 | 70.29 | 0.89 | 0.55 |
| Hex | D0 | F3 | 27 | E | 0 | 54 | 5 | 46 | 59 | 37 |
| Octal | 320 | 363 | 47 | 16 | 0 | 124 | 5 | 106 | 131 | 67 |
| Binary | 11010000 | 11110011 | 100111 | 1110 | 0 | 1010100 | 101 | 1000110 | 1011001 | 110111 |
Color Harmonies of #D0F327
Complementary color
Monochromatic Colors of #D0F327
Black with #D0F327
Text Example
Text Example
White with #D0F327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F327; }
p { color: rgb(208,243,39); }
H1.HeaderClassName
{
color: #D0F327;
}
.AnyTagClassName
{
color: #D0F327;
}
</style>
background-color css
<style>
a { background-color: #D0F327; }
a { background-color: rgb(208,243,39); }
div.DivClassName
{
background-color: #D0F327;
}
.BgClassName
{
background-color: #D0F327;
}
</style>
border-color css
<style>
span { border-color: #D0F327; }
span { border-color: rgb(208,243,39); }
td.TdClassName
{
border-color: #D0F327;
}
.TagClassName
{
border-color: #D0F327;
}
</style>