Shades of Pear #D5F441
Tints of Pear #D5F441
RGB
CMYK
RGB Variations
Color information
#D5F441 (or 0xD5F441) is known color: Pear. HEX triplet: D5, F4 and 41. RGB value is (213,244,65). Sum of RGB (Red+Green+Blue) = 213+244+65=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 244 (95.70% from 255 or 46.74% from 522); Blue value is 65 (25.78% from 255 or 12.45% from 522); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F441 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F441 is #2A0BBE. Grayscale: #D7D7D7. Windows color (decimal): -2755519 or 4322517. OLE color: 4322517.
HSL color Cylindrical-coordinate representation of color #D5F441: hue angle of 70.39º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5F441 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 244 | 65 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.04 |
| HSL | 70.39º | 0.89% | 0.61% | - |
| HSV(B) | 70.39º | 0.73% | 0.96% | - |
| XYZ | 60.75 | 79.23 | 17.09 | - |
| YUV | 214.33 | 43.73 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 244 | 65 | 0.13 | 0 | 0.73 | 0.04 | 70.39 | 0.89 | 0.61 |
| Hex | D5 | F4 | 41 | D | 0 | 49 | 4 | 46 | 59 | 3D |
| Octal | 325 | 364 | 101 | 15 | 0 | 111 | 4 | 106 | 131 | 75 |
| Binary | 11010101 | 11110100 | 1000001 | 1101 | 0 | 1001001 | 100 | 1000110 | 1011001 | 111101 |
Color Harmonies of #D5F441
Complementary color
Monochromatic Colors of #D5F441
Black with #D5F441
Text Example
Text Example
White with #D5F441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F441; }
p { color: rgb(213,244,65); }
H1.HeaderClassName
{
color: #D5F441;
}
.AnyTagClassName
{
color: #D5F441;
}
</style>
background-color css
<style>
a { background-color: #D5F441; }
a { background-color: rgb(213,244,65); }
div.DivClassName
{
background-color: #D5F441;
}
.BgClassName
{
background-color: #D5F441;
}
</style>
border-color css
<style>
span { border-color: #D5F441; }
span { border-color: rgb(213,244,65); }
td.TdClassName
{
border-color: #D5F441;
}
.TagClassName
{
border-color: #D5F441;
}
</style>