Shades of Pear #D5F540
Tints of Pear #D5F540
RGB
CMYK
RGB Variations
Color information
#D5F540 (or 0xD5F540) is known color: Pear. HEX triplet: D5, F5 and 40. RGB value is (213,245,64). Sum of RGB (Red+Green+Blue) = 213+245+64=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 245 (96.09% from 255 or 46.93% from 522); Blue value is 64 (25.39% from 255 or 12.26% from 522); Max value from RGB is 245 - color contains mainly: green. Hex color #D5F540 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F540 is #2A0ABF. Grayscale: #D7D7D7. Windows color (decimal): -2755264 or 4257237. OLE color: 4257237.
HSL color Cylindrical-coordinate representation of color #D5F540: hue angle of 70.61º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5F540 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 245 | 64 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.04 |
| HSL | 70.61º | 0.9% | 0.61% | - |
| HSV(B) | 70.61º | 0.74% | 0.96% | - |
| XYZ | 61.02 | 79.82 | 17.04 | - |
| YUV | 214.8 | 42.9 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 245 | 64 | 0.13 | 0 | 0.74 | 0.04 | 70.61 | 0.9 | 0.61 |
| Hex | D5 | F5 | 40 | D | 0 | 4A | 4 | 47 | 5A | 3D |
| Octal | 325 | 365 | 100 | 15 | 0 | 112 | 4 | 107 | 132 | 75 |
| Binary | 11010101 | 11110101 | 1000000 | 1101 | 0 | 1001010 | 100 | 1000111 | 1011010 | 111101 |
Color Harmonies of #D5F540
Complementary color
Monochromatic Colors of #D5F540
Black with #D5F540
Text Example
Text Example
White with #D5F540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F540; }
p { color: rgb(213,245,64); }
H1.HeaderClassName
{
color: #D5F540;
}
.AnyTagClassName
{
color: #D5F540;
}
</style>
background-color css
<style>
a { background-color: #D5F540; }
a { background-color: rgb(213,245,64); }
div.DivClassName
{
background-color: #D5F540;
}
.BgClassName
{
background-color: #D5F540;
}
</style>
border-color css
<style>
span { border-color: #D5F540; }
span { border-color: rgb(213,245,64); }
td.TdClassName
{
border-color: #D5F540;
}
.TagClassName
{
border-color: #D5F540;
}
</style>