Shades of Pear #D5F21B
Tints of Pear #D5F21B
RGB
CMYK
RGB Variations
Color information
#D5F21B (or 0xD5F21B) is known color: Pear. HEX triplet: D5, F2 and 1B. RGB value is (213,242,27). Sum of RGB (Red+Green+Blue) = 213+242+27=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 27 (10.94% from 255 or 5.60% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F21B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F21B is #2A0DE4. Grayscale: #D1D1D1. Windows color (decimal): -2756069 or 1831637. OLE color: 1831637.
HSL color Cylindrical-coordinate representation of color #D5F21B: hue angle of 68.09º degrees, saturation: 0.89, 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 #D5F21B is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 242 | 27 | - |
| CMYK | 0.12 | 0 | 0.89 | 0.05 |
| HSL | 68.09º | 0.89% | 0.53% | - |
| HSV(B) | 68.09º | 0.89% | 0.95% | - |
| XYZ | 59.39 | 77.73 | 12.91 | - |
| YUV | 208.82 | 25.39 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 242 | 27 | 0.12 | 0 | 0.89 | 0.05 | 68.09 | 0.89 | 0.53 |
| Hex | D5 | F2 | 1B | C | 0 | 59 | 5 | 44 | 59 | 35 |
| Octal | 325 | 362 | 33 | 14 | 0 | 131 | 5 | 104 | 131 | 65 |
| Binary | 11010101 | 11110010 | 11011 | 1100 | 0 | 1011001 | 101 | 1000100 | 1011001 | 110101 |
Color Harmonies of #D5F21B
Complementary color
Monochromatic Colors of #D5F21B
Black with #D5F21B
Text Example
Text Example
White with #D5F21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F21B; }
p { color: rgb(213,242,27); }
H1.HeaderClassName
{
color: #D5F21B;
}
.AnyTagClassName
{
color: #D5F21B;
}
</style>
background-color css
<style>
a { background-color: #D5F21B; }
a { background-color: rgb(213,242,27); }
div.DivClassName
{
background-color: #D5F21B;
}
.BgClassName
{
background-color: #D5F21B;
}
</style>
border-color css
<style>
span { border-color: #D5F21B; }
span { border-color: rgb(213,242,27); }
td.TdClassName
{
border-color: #D5F21B;
}
.TagClassName
{
border-color: #D5F21B;
}
</style>