Shades of Pear #D2E93F
Tints of Pear #D2E93F
RGB
CMYK
RGB Variations
Color information
#D2E93F (or 0xD2E93F) is known color: Pear. HEX triplet: D2, E9 and 3F. RGB value is (210,233,63). Sum of RGB (Red+Green+Blue) = 210+233+63=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 63 (25% from 255 or 12.45% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E93F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2E93F is #2D16C0. Grayscale: #CFCFCF. Windows color (decimal): -2954945 or 4188626. OLE color: 4188626.
HSL color Cylindrical-coordinate representation of color #D2E93F: hue angle of 68.12º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2E93F is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 233 | 63 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.09 |
| HSL | 68.12º | 0.79% | 0.58% | - |
| HSV(B) | 68.12º | 0.73% | 0.91% | - |
| XYZ | 56.61 | 72.34 | 15.68 | - |
| YUV | 206.74 | 46.88 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 233 | 63 | 0.10 | 0 | 0.73 | 0.09 | 68.12 | 0.79 | 0.58 |
| Hex | D2 | E9 | 3F | A | 0 | 49 | 9 | 44 | 4F | 3A |
| Octal | 322 | 351 | 77 | 12 | 0 | 111 | 11 | 104 | 117 | 72 |
| Binary | 11010010 | 11101001 | 111111 | 1010 | 0 | 1001001 | 1001 | 1000100 | 1001111 | 111010 |
Color Harmonies of #D2E93F
Complementary color
Monochromatic Colors of #D2E93F
Black with #D2E93F
Text Example
Text Example
White with #D2E93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E93F; }
p { color: rgb(210,233,63); }
H1.HeaderClassName
{
color: #D2E93F;
}
.AnyTagClassName
{
color: #D2E93F;
}
</style>
background-color css
<style>
a { background-color: #D2E93F; }
a { background-color: rgb(210,233,63); }
div.DivClassName
{
background-color: #D2E93F;
}
.BgClassName
{
background-color: #D2E93F;
}
</style>
border-color css
<style>
span { border-color: #D2E93F; }
span { border-color: rgb(210,233,63); }
td.TdClassName
{
border-color: #D2E93F;
}
.TagClassName
{
border-color: #D2E93F;
}
</style>