Shades of Pear #D3F93D
Tints of Pear #D3F93D
RGB
CMYK
RGB Variations
Color information
#D3F93D (or 0xD3F93D) is known color: Pear. HEX triplet: D3, F9 and 3D. RGB value is (211,249,61). Sum of RGB (Red+Green+Blue) = 211+249+61=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 61 (24.22% from 255 or 11.71% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F93D is #2C06C2. Grayscale: #D8D8D8. Windows color (decimal): -2885315 or 4061651. OLE color: 4061651.
HSL color Cylindrical-coordinate representation of color #D3F93D: hue angle of 72.13º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D3F93D is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 249 | 61 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.02 |
| HSL | 72.13º | 0.94% | 0.61% | - |
| HSV(B) | 72.13º | 0.76% | 0.98% | - |
| XYZ | 61.58 | 81.94 | 16.98 | - |
| YUV | 216.21 | 40.41 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 249 | 61 | 0.15 | 0 | 0.76 | 0.02 | 72.13 | 0.94 | 0.61 |
| Hex | D3 | F9 | 3D | F | 0 | 4C | 2 | 48 | 5E | 3D |
| Octal | 323 | 371 | 75 | 17 | 0 | 114 | 2 | 110 | 136 | 75 |
| Binary | 11010011 | 11111001 | 111101 | 1111 | 0 | 1001100 | 10 | 1001000 | 1011110 | 111101 |
Color Harmonies of #D3F93D
Complementary color
Monochromatic Colors of #D3F93D
Black with #D3F93D
Text Example
Text Example
White with #D3F93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F93D; }
p { color: rgb(211,249,61); }
H1.HeaderClassName
{
color: #D3F93D;
}
.AnyTagClassName
{
color: #D3F93D;
}
</style>
background-color css
<style>
a { background-color: #D3F93D; }
a { background-color: rgb(211,249,61); }
div.DivClassName
{
background-color: #D3F93D;
}
.BgClassName
{
background-color: #D3F93D;
}
</style>
border-color css
<style>
span { border-color: #D3F93D; }
span { border-color: rgb(211,249,61); }
td.TdClassName
{
border-color: #D3F93D;
}
.TagClassName
{
border-color: #D3F93D;
}
</style>