Shades of Pear #D3FE42
Tints of Pear #D3FE42
RGB
CMYK
RGB Variations
Color information
#D3FE42 (or 0xD3FE42) is known color: Pear. HEX triplet: D3, FE and 42. RGB value is (211,254,66). Sum of RGB (Red+Green+Blue) = 211+254+66=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 66 (26.17% from 255 or 12.43% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #D3FE42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3FE42 is #2C01BD. Grayscale: #DCDCDC. Windows color (decimal): -2884030 or 4390611. OLE color: 4390611.
HSL color Cylindrical-coordinate representation of color #D3FE42: hue angle of 73.72º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D3FE42 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 254 | 66 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.00 |
| HSL | 73.72º | 0.99% | 0.63% | - |
| HSV(B) | 73.72º | 0.74% | 1% | - |
| XYZ | 63.29 | 85.13 | 18.25 | - |
| YUV | 219.71 | 41.25 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 254 | 66 | 0.17 | 0 | 0.74 | 0.00 | 73.72 | 0.99 | 0.63 |
| Hex | D3 | FE | 42 | 11 | 0 | 4A | 0 | 4A | 63 | 3F |
| Octal | 323 | 376 | 102 | 21 | 0 | 112 | 0 | 112 | 143 | 77 |
| Binary | 11010011 | 11111110 | 1000010 | 10001 | 0 | 1001010 | 0 | 1001010 | 1100011 | 111111 |
Color Harmonies of #D3FE42
Complementary color
Monochromatic Colors of #D3FE42
Black with #D3FE42
Text Example
Text Example
White with #D3FE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FE42; }
p { color: rgb(211,254,66); }
H1.HeaderClassName
{
color: #D3FE42;
}
.AnyTagClassName
{
color: #D3FE42;
}
</style>
background-color css
<style>
a { background-color: #D3FE42; }
a { background-color: rgb(211,254,66); }
div.DivClassName
{
background-color: #D3FE42;
}
.BgClassName
{
background-color: #D3FE42;
}
</style>
border-color css
<style>
span { border-color: #D3FE42; }
span { border-color: rgb(211,254,66); }
td.TdClassName
{
border-color: #D3FE42;
}
.TagClassName
{
border-color: #D3FE42;
}
</style>