Shades of Pear #D6FE25
Tints of Pear #D6FE25
RGB
CMYK
RGB Variations
Color information
#D6FE25 (or 0xD6FE25) is known color: Pear. HEX triplet: D6, FE and 25. RGB value is (214,254,37). Sum of RGB (Red+Green+Blue) = 214+254+37=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 254 (99.61% from 255 or 50.30% from 505); Blue value is 37 (14.84% from 255 or 7.33% from 505); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FE25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FE25 is #2901DA. Grayscale: #DADADA. Windows color (decimal): -2687451 or 2490070. OLE color: 2490070.
HSL color Cylindrical-coordinate representation of color #D6FE25: hue angle of 71.06º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D6FE25 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 254 | 37 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.00 |
| HSL | 71.06º | 0.99% | 0.57% | - |
| HSV(B) | 71.06º | 0.85% | 1% | - |
| XYZ | 63.51 | 85.31 | 14.87 | - |
| YUV | 217.3 | 26.25 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 254 | 37 | 0.16 | 0 | 0.85 | 0.00 | 71.06 | 0.99 | 0.57 |
| Hex | D6 | FE | 25 | 10 | 0 | 55 | 0 | 47 | 63 | 39 |
| Octal | 326 | 376 | 45 | 20 | 0 | 125 | 0 | 107 | 143 | 71 |
| Binary | 11010110 | 11111110 | 100101 | 10000 | 0 | 1010101 | 0 | 1000111 | 1100011 | 111001 |
Color Harmonies of #D6FE25
Complementary color
Monochromatic Colors of #D6FE25
Black with #D6FE25
Text Example
Text Example
White with #D6FE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FE25; }
p { color: rgb(214,254,37); }
H1.HeaderClassName
{
color: #D6FE25;
}
.AnyTagClassName
{
color: #D6FE25;
}
</style>
background-color css
<style>
a { background-color: #D6FE25; }
a { background-color: rgb(214,254,37); }
div.DivClassName
{
background-color: #D6FE25;
}
.BgClassName
{
background-color: #D6FE25;
}
</style>
border-color css
<style>
span { border-color: #D6FE25; }
span { border-color: rgb(214,254,37); }
td.TdClassName
{
border-color: #D6FE25;
}
.TagClassName
{
border-color: #D6FE25;
}
</style>