Shades of Pear #D5F631
Tints of Pear #D5F631
RGB
CMYK
RGB Variations
Color information
#D5F631 (or 0xD5F631) is known color: Pear. HEX triplet: D5, F6 and 31. RGB value is (213,246,49). Sum of RGB (Red+Green+Blue) = 213+246+49=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 246 (96.48% from 255 or 48.43% from 508); Blue value is 49 (19.53% from 255 or 9.65% from 508); Max value from RGB is 246 - color contains mainly: green. Hex color #D5F631 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F631 is #2A09CE. Grayscale: #D6D6D6. Windows color (decimal): -2755023 or 3274453. OLE color: 3274453.
HSL color Cylindrical-coordinate representation of color #D5F631: hue angle of 70.05º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5F631 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 246 | 49 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.04 |
| HSL | 70.05º | 0.92% | 0.58% | - |
| HSV(B) | 70.05º | 0.8% | 0.96% | - |
| XYZ | 60.95 | 80.28 | 15.19 | - |
| YUV | 213.68 | 35.07 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 246 | 49 | 0.13 | 0 | 0.80 | 0.04 | 70.05 | 0.92 | 0.58 |
| Hex | D5 | F6 | 31 | D | 0 | 50 | 4 | 46 | 5C | 3A |
| Octal | 325 | 366 | 61 | 15 | 0 | 120 | 4 | 106 | 134 | 72 |
| Binary | 11010101 | 11110110 | 110001 | 1101 | 0 | 1010000 | 100 | 1000110 | 1011100 | 111010 |
Color Harmonies of #D5F631
Complementary color
Monochromatic Colors of #D5F631
Black with #D5F631
Text Example
Text Example
White with #D5F631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F631; }
p { color: rgb(213,246,49); }
H1.HeaderClassName
{
color: #D5F631;
}
.AnyTagClassName
{
color: #D5F631;
}
</style>
background-color css
<style>
a { background-color: #D5F631; }
a { background-color: rgb(213,246,49); }
div.DivClassName
{
background-color: #D5F631;
}
.BgClassName
{
background-color: #D5F631;
}
</style>
border-color css
<style>
span { border-color: #D5F631; }
span { border-color: rgb(213,246,49); }
td.TdClassName
{
border-color: #D5F631;
}
.TagClassName
{
border-color: #D5F631;
}
</style>