Shades of Pear #D5F136
Tints of Pear #D5F136
RGB
CMYK
RGB Variations
Color information
#D5F136 (or 0xD5F136) is known color: Pear. HEX triplet: D5, F1 and 36. RGB value is (213,241,54). Sum of RGB (Red+Green+Blue) = 213+241+54=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 54 (21.48% from 255 or 10.63% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F136 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F136 is #2A0EC9. Grayscale: #D4D4D4. Windows color (decimal): -2756298 or 3600853. OLE color: 3600853.
HSL color Cylindrical-coordinate representation of color #D5F136: hue angle of 68.98º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5F136 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 241 | 54 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.05 |
| HSL | 68.98º | 0.87% | 0.58% | - |
| HSV(B) | 68.98º | 0.78% | 0.95% | - |
| XYZ | 59.56 | 77.32 | 15.28 | - |
| YUV | 211.31 | 39.22 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 241 | 54 | 0.12 | 0 | 0.78 | 0.05 | 68.98 | 0.87 | 0.58 |
| Hex | D5 | F1 | 36 | C | 0 | 4E | 5 | 45 | 57 | 3A |
| Octal | 325 | 361 | 66 | 14 | 0 | 116 | 5 | 105 | 127 | 72 |
| Binary | 11010101 | 11110001 | 110110 | 1100 | 0 | 1001110 | 101 | 1000101 | 1010111 | 111010 |
Color Harmonies of #D5F136
Complementary color
Monochromatic Colors of #D5F136
Black with #D5F136
Text Example
Text Example
White with #D5F136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F136; }
p { color: rgb(213,241,54); }
H1.HeaderClassName
{
color: #D5F136;
}
.AnyTagClassName
{
color: #D5F136;
}
</style>
background-color css
<style>
a { background-color: #D5F136; }
a { background-color: rgb(213,241,54); }
div.DivClassName
{
background-color: #D5F136;
}
.BgClassName
{
background-color: #D5F136;
}
</style>
border-color css
<style>
span { border-color: #D5F136; }
span { border-color: rgb(213,241,54); }
td.TdClassName
{
border-color: #D5F136;
}
.TagClassName
{
border-color: #D5F136;
}
</style>