Shades of Pear #D5FF3A
Tints of Pear #D5FF3A
RGB
CMYK
RGB Variations
Color information
#D5FF3A (or 0xD5FF3A) is known color: Pear. HEX triplet: D5, FF and 3A. RGB value is (213,255,58). Sum of RGB (Red+Green+Blue) = 213+255+58=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 58 (23.05% from 255 or 11.03% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FF3A is #2A00C5. Grayscale: #DCDCDC. Windows color (decimal): -2752710 or 3866581. OLE color: 3866581.
HSL color Cylindrical-coordinate representation of color #D5FF3A: hue angle of 72.79º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5FF3A is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 58 | - |
| CMYK | 0.16 | 0 | 0.77 | 0 |
| HSL | 72.79º | 1% | 0.61% | - |
| HSV(B) | 72.79º | 0.77% | 1% | - |
| XYZ | 63.96 | 85.97 | 17.23 | - |
| YUV | 219.98 | 36.59 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 58 | 0.16 | 0 | 0.77 | 0 | 72.79 | 1 | 0.61 |
| Hex | D5 | FF | 3A | 10 | 0 | 4D | 0 | 49 | 64 | 3D |
| Octal | 325 | 377 | 72 | 20 | 0 | 115 | 0 | 111 | 144 | 75 |
| Binary | 11010101 | 11111111 | 111010 | 10000 | 0 | 1001101 | 0 | 1001001 | 1100100 | 111101 |
Color Harmonies of #D5FF3A
Complementary color
Monochromatic Colors of #D5FF3A
Black with #D5FF3A
Text Example
Text Example
White with #D5FF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF3A; }
p { color: rgb(213,255,58); }
H1.HeaderClassName
{
color: #D5FF3A;
}
.AnyTagClassName
{
color: #D5FF3A;
}
</style>
background-color css
<style>
a { background-color: #D5FF3A; }
a { background-color: rgb(213,255,58); }
div.DivClassName
{
background-color: #D5FF3A;
}
.BgClassName
{
background-color: #D5FF3A;
}
</style>
border-color css
<style>
span { border-color: #D5FF3A; }
span { border-color: rgb(213,255,58); }
td.TdClassName
{
border-color: #D5FF3A;
}
.TagClassName
{
border-color: #D5FF3A;
}
</style>