Shades of Pear #D3F327
Tints of Pear #D3F327
RGB
CMYK
RGB Variations
Color information
#D3F327 (or 0xD3F327) is known color: Pear. HEX triplet: D3, F3 and 27. RGB value is (211,243,39). Sum of RGB (Red+Green+Blue) = 211+243+39=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 243 (95.31% from 255 or 49.29% from 493); Blue value is 39 (15.62% from 255 or 7.91% from 493); Max value from RGB is 243 - color contains mainly: green. Hex color #D3F327 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F327 is #2C0CD8. Grayscale: #D2D2D2. Windows color (decimal): -2886873 or 2618323. OLE color: 2618323.
HSL color Cylindrical-coordinate representation of color #D3F327: hue angle of 69.41º 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 #D3F327 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 243 | 39 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.05 |
| HSL | 69.41º | 0.89% | 0.55% | - |
| HSV(B) | 69.41º | 0.84% | 0.95% | - |
| XYZ | 59.28 | 78.1 | 13.87 | - |
| YUV | 210.18 | 31.4 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 243 | 39 | 0.13 | 0 | 0.84 | 0.05 | 69.41 | 0.89 | 0.55 |
| Hex | D3 | F3 | 27 | D | 0 | 54 | 5 | 45 | 59 | 37 |
| Octal | 323 | 363 | 47 | 15 | 0 | 124 | 5 | 105 | 131 | 67 |
| Binary | 11010011 | 11110011 | 100111 | 1101 | 0 | 1010100 | 101 | 1000101 | 1011001 | 110111 |
Color Harmonies of #D3F327
Complementary color
Monochromatic Colors of #D3F327
Black with #D3F327
Text Example
Text Example
White with #D3F327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F327; }
p { color: rgb(211,243,39); }
H1.HeaderClassName
{
color: #D3F327;
}
.AnyTagClassName
{
color: #D3F327;
}
</style>
background-color css
<style>
a { background-color: #D3F327; }
a { background-color: rgb(211,243,39); }
div.DivClassName
{
background-color: #D3F327;
}
.BgClassName
{
background-color: #D3F327;
}
</style>
border-color css
<style>
span { border-color: #D3F327; }
span { border-color: rgb(211,243,39); }
td.TdClassName
{
border-color: #D3F327;
}
.TagClassName
{
border-color: #D3F327;
}
</style>