Shades of Pear #D5F119
Tints of Pear #D5F119
RGB
CMYK
RGB Variations
Color information
#D5F119 (or 0xD5F119) is known color: Pear. HEX triplet: D5, F1 and 19. RGB value is (213,241,25). Sum of RGB (Red+Green+Blue) = 213+241+25=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 25 (10.16% from 255 or 5.22% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F119 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F119 is #2A0EE6. Grayscale: #D0D0D0. Windows color (decimal): -2756327 or 1700309. OLE color: 1700309.
HSL color Cylindrical-coordinate representation of color #D5F119: hue angle of 67.78º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5F119 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 241 | 25 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.05 |
| HSL | 67.78º | 0.89% | 0.52% | - |
| HSV(B) | 67.78º | 0.9% | 0.95% | - |
| XYZ | 59.07 | 77.13 | 12.69 | - |
| YUV | 208 | 24.72 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 241 | 25 | 0.12 | 0 | 0.90 | 0.05 | 67.78 | 0.89 | 0.52 |
| Hex | D5 | F1 | 19 | C | 0 | 5A | 5 | 44 | 59 | 34 |
| Octal | 325 | 361 | 31 | 14 | 0 | 132 | 5 | 104 | 131 | 64 |
| Binary | 11010101 | 11110001 | 11001 | 1100 | 0 | 1011010 | 101 | 1000100 | 1011001 | 110100 |
Color Harmonies of #D5F119
Complementary color
Monochromatic Colors of #D5F119
Black with #D5F119
Text Example
Text Example
White with #D5F119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F119; }
p { color: rgb(213,241,25); }
H1.HeaderClassName
{
color: #D5F119;
}
.AnyTagClassName
{
color: #D5F119;
}
</style>
background-color css
<style>
a { background-color: #D5F119; }
a { background-color: rgb(213,241,25); }
div.DivClassName
{
background-color: #D5F119;
}
.BgClassName
{
background-color: #D5F119;
}
</style>
border-color css
<style>
span { border-color: #D5F119; }
span { border-color: rgb(213,241,25); }
td.TdClassName
{
border-color: #D5F119;
}
.TagClassName
{
border-color: #D5F119;
}
</style>