Shades of Pear #D5FF29
Tints of Pear #D5FF29
RGB
CMYK
RGB Variations
Color information
#D5FF29 (or 0xD5FF29) is known color: Pear. HEX triplet: D5, FF and 29. RGB value is (213,255,41). Sum of RGB (Red+Green+Blue) = 213+255+41=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 41 (16.41% from 255 or 8.06% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FF29 is #2A00D6. Grayscale: #DADADA. Windows color (decimal): -2752727 or 2752469. OLE color: 2752469.
HSL color Cylindrical-coordinate representation of color #D5FF29: hue angle of 71.78º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5FF29 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 41 | - |
| CMYK | 0.16 | 0 | 0.84 | 0 |
| HSL | 71.78º | 1% | 0.58% | - |
| HSV(B) | 71.78º | 0.84% | 1% | - |
| XYZ | 63.6 | 85.83 | 15.31 | - |
| YUV | 218.05 | 28.09 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 41 | 0.16 | 0 | 0.84 | 0 | 71.78 | 1 | 0.58 |
| Hex | D5 | FF | 29 | 10 | 0 | 54 | 0 | 48 | 64 | 3A |
| Octal | 325 | 377 | 51 | 20 | 0 | 124 | 0 | 110 | 144 | 72 |
| Binary | 11010101 | 11111111 | 101001 | 10000 | 0 | 1010100 | 0 | 1001000 | 1100100 | 111010 |
Color Harmonies of #D5FF29
Complementary color
Monochromatic Colors of #D5FF29
Black with #D5FF29
Text Example
Text Example
White with #D5FF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF29; }
p { color: rgb(213,255,41); }
H1.HeaderClassName
{
color: #D5FF29;
}
.AnyTagClassName
{
color: #D5FF29;
}
</style>
background-color css
<style>
a { background-color: #D5FF29; }
a { background-color: rgb(213,255,41); }
div.DivClassName
{
background-color: #D5FF29;
}
.BgClassName
{
background-color: #D5FF29;
}
</style>
border-color css
<style>
span { border-color: #D5FF29; }
span { border-color: rgb(213,255,41); }
td.TdClassName
{
border-color: #D5FF29;
}
.TagClassName
{
border-color: #D5FF29;
}
</style>