Shades of Pear #D5F63A
Tints of Pear #D5F63A
RGB
CMYK
RGB Variations
Color information
#D5F63A (or 0xD5F63A) is known color: Pear. HEX triplet: D5, F6 and 3A. RGB value is (213,246,58). Sum of RGB (Red+Green+Blue) = 213+246+58=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 246 (96.48% from 255 or 47.58% from 517); Blue value is 58 (23.05% from 255 or 11.22% from 517); Max value from RGB is 246 - color contains mainly: green. Hex color #D5F63A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F63A is #2A09C5. Grayscale: #D7D7D7. Windows color (decimal): -2755014 or 3864277. OLE color: 3864277.
HSL color Cylindrical-coordinate representation of color #D5F63A: hue angle of 70.53º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5F63A is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 246 | 58 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.04 |
| HSL | 70.53º | 0.91% | 0.6% | - |
| HSV(B) | 70.53º | 0.76% | 0.96% | - |
| XYZ | 61.16 | 80.36 | 16.29 | - |
| YUV | 214.7 | 39.57 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 246 | 58 | 0.13 | 0 | 0.76 | 0.04 | 70.53 | 0.91 | 0.6 |
| Hex | D5 | F6 | 3A | D | 0 | 4C | 4 | 47 | 5B | 3C |
| Octal | 325 | 366 | 72 | 15 | 0 | 114 | 4 | 107 | 133 | 74 |
| Binary | 11010101 | 11110110 | 111010 | 1101 | 0 | 1001100 | 100 | 1000111 | 1011011 | 111100 |
Color Harmonies of #D5F63A
Complementary color
Monochromatic Colors of #D5F63A
Black with #D5F63A
Text Example
Text Example
White with #D5F63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F63A; }
p { color: rgb(213,246,58); }
H1.HeaderClassName
{
color: #D5F63A;
}
.AnyTagClassName
{
color: #D5F63A;
}
</style>
background-color css
<style>
a { background-color: #D5F63A; }
a { background-color: rgb(213,246,58); }
div.DivClassName
{
background-color: #D5F63A;
}
.BgClassName
{
background-color: #D5F63A;
}
</style>
border-color css
<style>
span { border-color: #D5F63A; }
span { border-color: rgb(213,246,58); }
td.TdClassName
{
border-color: #D5F63A;
}
.TagClassName
{
border-color: #D5F63A;
}
</style>