Shades of Pear #D3FF38
Tints of Pear #D3FF38
RGB
CMYK
RGB Variations
Color information
#D3FF38 (or 0xD3FF38) is known color: Pear. HEX triplet: D3, FF and 38. RGB value is (211,255,56). Sum of RGB (Red+Green+Blue) = 211+255+56=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 56 (22.27% from 255 or 10.73% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FF38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3FF38 is #2C00C7. Grayscale: #DBDBDB. Windows color (decimal): -2883784 or 3735507. OLE color: 3735507.
HSL color Cylindrical-coordinate representation of color #D3FF38: hue angle of 73.27º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3FF38 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 255 | 56 | - |
| CMYK | 0.17 | 0 | 0.78 | 0 |
| HSL | 73.27º | 1% | 0.61% | - |
| HSV(B) | 73.27º | 0.78% | 1% | - |
| XYZ | 63.34 | 85.65 | 16.94 | - |
| YUV | 219.16 | 35.92 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 255 | 56 | 0.17 | 0 | 0.78 | 0 | 73.27 | 1 | 0.61 |
| Hex | D3 | FF | 38 | 11 | 0 | 4E | 0 | 49 | 64 | 3D |
| Octal | 323 | 377 | 70 | 21 | 0 | 116 | 0 | 111 | 144 | 75 |
| Binary | 11010011 | 11111111 | 111000 | 10001 | 0 | 1001110 | 0 | 1001001 | 1100100 | 111101 |
Color Harmonies of #D3FF38
Complementary color
Monochromatic Colors of #D3FF38
Black with #D3FF38
Text Example
Text Example
White with #D3FF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FF38; }
p { color: rgb(211,255,56); }
H1.HeaderClassName
{
color: #D3FF38;
}
.AnyTagClassName
{
color: #D3FF38;
}
</style>
background-color css
<style>
a { background-color: #D3FF38; }
a { background-color: rgb(211,255,56); }
div.DivClassName
{
background-color: #D3FF38;
}
.BgClassName
{
background-color: #D3FF38;
}
</style>
border-color css
<style>
span { border-color: #D3FF38; }
span { border-color: rgb(211,255,56); }
td.TdClassName
{
border-color: #D3FF38;
}
.TagClassName
{
border-color: #D3FF38;
}
</style>