Shades of Pear #D5FF2A
Tints of Pear #D5FF2A
RGB
CMYK
RGB Variations
Color information
#D5FF2A (or 0xD5FF2A) is known color: Pear. HEX triplet: D5, FF and 2A. RGB value is (213,255,42). Sum of RGB (Red+Green+Blue) = 213+255+42=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 42 (16.80% from 255 or 8.24% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FF2A is #2A00D5. Grayscale: #DADADA. Windows color (decimal): -2752726 or 2818005. OLE color: 2818005.
HSL color Cylindrical-coordinate representation of color #D5FF2A: hue angle of 71.83º 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 #D5FF2A is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 42 | - |
| CMYK | 0.16 | 0 | 0.84 | 0 |
| HSL | 71.83º | 1% | 0.58% | - |
| HSV(B) | 71.83º | 0.84% | 1% | - |
| XYZ | 63.62 | 85.83 | 15.4 | - |
| YUV | 218.16 | 28.59 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 42 | 0.16 | 0 | 0.84 | 0 | 71.83 | 1 | 0.58 |
| Hex | D5 | FF | 2A | 10 | 0 | 54 | 0 | 48 | 64 | 3A |
| Octal | 325 | 377 | 52 | 20 | 0 | 124 | 0 | 110 | 144 | 72 |
| Binary | 11010101 | 11111111 | 101010 | 10000 | 0 | 1010100 | 0 | 1001000 | 1100100 | 111010 |
Color Harmonies of #D5FF2A
Complementary color
Monochromatic Colors of #D5FF2A
Black with #D5FF2A
Text Example
Text Example
White with #D5FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF2A; }
p { color: rgb(213,255,42); }
H1.HeaderClassName
{
color: #D5FF2A;
}
.AnyTagClassName
{
color: #D5FF2A;
}
</style>
background-color css
<style>
a { background-color: #D5FF2A; }
a { background-color: rgb(213,255,42); }
div.DivClassName
{
background-color: #D5FF2A;
}
.BgClassName
{
background-color: #D5FF2A;
}
</style>
border-color css
<style>
span { border-color: #D5FF2A; }
span { border-color: rgb(213,255,42); }
td.TdClassName
{
border-color: #D5FF2A;
}
.TagClassName
{
border-color: #D5FF2A;
}
</style>