Shades of Pear #D3F01C
Tints of Pear #D3F01C
RGB
CMYK
RGB Variations
Color information
#D3F01C (or 0xD3F01C) is known color: Pear. HEX triplet: D3, F0 and 1C. RGB value is (211,240,28). Sum of RGB (Red+Green+Blue) = 211+240+28=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 28 (11.33% from 255 or 5.85% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #D3F01C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F01C is #2C0FE3. Grayscale: #CFCFCF. Windows color (decimal): -2887652 or 1896659. OLE color: 1896659.
HSL color Cylindrical-coordinate representation of color #D3F01C: hue angle of 68.21º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3F01C is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 240 | 28 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.06 |
| HSL | 68.21º | 0.88% | 0.53% | - |
| HSV(B) | 68.21º | 0.88% | 0.94% | - |
| XYZ | 58.23 | 76.25 | 12.75 | - |
| YUV | 207.16 | 26.89 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 240 | 28 | 0.12 | 0 | 0.88 | 0.06 | 68.21 | 0.88 | 0.53 |
| Hex | D3 | F0 | 1C | C | 0 | 58 | 6 | 44 | 58 | 35 |
| Octal | 323 | 360 | 34 | 14 | 0 | 130 | 6 | 104 | 130 | 65 |
| Binary | 11010011 | 11110000 | 11100 | 1100 | 0 | 1011000 | 110 | 1000100 | 1011000 | 110101 |
Color Harmonies of #D3F01C
Complementary color
Monochromatic Colors of #D3F01C
Black with #D3F01C
Text Example
Text Example
White with #D3F01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F01C; }
p { color: rgb(211,240,28); }
H1.HeaderClassName
{
color: #D3F01C;
}
.AnyTagClassName
{
color: #D3F01C;
}
</style>
background-color css
<style>
a { background-color: #D3F01C; }
a { background-color: rgb(211,240,28); }
div.DivClassName
{
background-color: #D3F01C;
}
.BgClassName
{
background-color: #D3F01C;
}
</style>
border-color css
<style>
span { border-color: #D3F01C; }
span { border-color: rgb(211,240,28); }
td.TdClassName
{
border-color: #D3F01C;
}
.TagClassName
{
border-color: #D3F01C;
}
</style>