Shades of Pear #D3FF3E
Tints of Pear #D3FF3E
RGB
CMYK
RGB Variations
Color information
#D3FF3E (or 0xD3FF3E) is known color: Pear. HEX triplet: D3, FF and 3E. RGB value is (211,255,62). Sum of RGB (Red+Green+Blue) = 211+255+62=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 62 (24.61% from 255 or 11.74% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FF3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3FF3E is #2C00C1. Grayscale: #DCDCDC. Windows color (decimal): -2883778 or 4128723. OLE color: 4128723.
HSL color Cylindrical-coordinate representation of color #D3FF3E: hue angle of 73.68º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D3FF3E is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 255 | 62 | - |
| CMYK | 0.17 | 0 | 0.76 | 0 |
| HSL | 73.68º | 1% | 0.62% | - |
| HSV(B) | 73.68º | 0.76% | 1% | - |
| XYZ | 63.49 | 85.72 | 17.76 | - |
| YUV | 219.84 | 38.92 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 255 | 62 | 0.17 | 0 | 0.76 | 0 | 73.68 | 1 | 0.62 |
| Hex | D3 | FF | 3E | 11 | 0 | 4C | 0 | 4A | 64 | 3E |
| Octal | 323 | 377 | 76 | 21 | 0 | 114 | 0 | 112 | 144 | 76 |
| Binary | 11010011 | 11111111 | 111110 | 10001 | 0 | 1001100 | 0 | 1001010 | 1100100 | 111110 |
Color Harmonies of #D3FF3E
Complementary color
Monochromatic Colors of #D3FF3E
Black with #D3FF3E
Text Example
Text Example
White with #D3FF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FF3E; }
p { color: rgb(211,255,62); }
H1.HeaderClassName
{
color: #D3FF3E;
}
.AnyTagClassName
{
color: #D3FF3E;
}
</style>
background-color css
<style>
a { background-color: #D3FF3E; }
a { background-color: rgb(211,255,62); }
div.DivClassName
{
background-color: #D3FF3E;
}
.BgClassName
{
background-color: #D3FF3E;
}
</style>
border-color css
<style>
span { border-color: #D3FF3E; }
span { border-color: rgb(211,255,62); }
td.TdClassName
{
border-color: #D3FF3E;
}
.TagClassName
{
border-color: #D3FF3E;
}
</style>