Shades of Pear #D5F11B
Tints of Pear #D5F11B
RGB
CMYK
RGB Variations
Color information
#D5F11B (or 0xD5F11B) is known color: Pear. HEX triplet: D5, F1 and 1B. RGB value is (213,241,27). Sum of RGB (Red+Green+Blue) = 213+241+27=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 27 (10.94% from 255 or 5.61% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F11B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F11B is #2A0EE4. Grayscale: #D1D1D1. Windows color (decimal): -2756325 or 1831381. OLE color: 1831381.
HSL color Cylindrical-coordinate representation of color #D5F11B: hue angle of 67.85º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5F11B is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 241 | 27 | - |
| CMYK | 0.12 | 0 | 0.89 | 0.05 |
| HSL | 67.85º | 0.88% | 0.53% | - |
| HSV(B) | 67.85º | 0.89% | 0.95% | - |
| XYZ | 59.09 | 77.14 | 12.81 | - |
| YUV | 208.23 | 25.72 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 241 | 27 | 0.12 | 0 | 0.89 | 0.05 | 67.85 | 0.88 | 0.53 |
| Hex | D5 | F1 | 1B | C | 0 | 59 | 5 | 44 | 58 | 35 |
| Octal | 325 | 361 | 33 | 14 | 0 | 131 | 5 | 104 | 130 | 65 |
| Binary | 11010101 | 11110001 | 11011 | 1100 | 0 | 1011001 | 101 | 1000100 | 1011000 | 110101 |
Color Harmonies of #D5F11B
Complementary color
Monochromatic Colors of #D5F11B
Black with #D5F11B
Text Example
Text Example
White with #D5F11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F11B; }
p { color: rgb(213,241,27); }
H1.HeaderClassName
{
color: #D5F11B;
}
.AnyTagClassName
{
color: #D5F11B;
}
</style>
background-color css
<style>
a { background-color: #D5F11B; }
a { background-color: rgb(213,241,27); }
div.DivClassName
{
background-color: #D5F11B;
}
.BgClassName
{
background-color: #D5F11B;
}
</style>
border-color css
<style>
span { border-color: #D5F11B; }
span { border-color: rgb(213,241,27); }
td.TdClassName
{
border-color: #D5F11B;
}
.TagClassName
{
border-color: #D5F11B;
}
</style>