Shades of Pear #D5FF2C
Tints of Pear #D5FF2C
RGB
CMYK
RGB Variations
Color information
#D5FF2C (or 0xD5FF2C) is known color: Pear. HEX triplet: D5, FF and 2C. RGB value is (213,255,44). Sum of RGB (Red+Green+Blue) = 213+255+44=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 44 (17.58% from 255 or 8.59% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FF2C is #2A00D3. Grayscale: #DBDBDB. Windows color (decimal): -2752724 or 2949077. OLE color: 2949077.
HSL color Cylindrical-coordinate representation of color #D5FF2C: hue angle of 71.94º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D5FF2C is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 44 | - |
| CMYK | 0.16 | 0 | 0.83 | 0 |
| HSL | 71.94º | 1% | 0.59% | - |
| HSV(B) | 71.94º | 0.83% | 1% | - |
| XYZ | 63.66 | 85.85 | 15.6 | - |
| YUV | 218.39 | 29.59 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 44 | 0.16 | 0 | 0.83 | 0 | 71.94 | 1 | 0.59 |
| Hex | D5 | FF | 2C | 10 | 0 | 53 | 0 | 48 | 64 | 3B |
| Octal | 325 | 377 | 54 | 20 | 0 | 123 | 0 | 110 | 144 | 73 |
| Binary | 11010101 | 11111111 | 101100 | 10000 | 0 | 1010011 | 0 | 1001000 | 1100100 | 111011 |
Color Harmonies of #D5FF2C
Complementary color
Monochromatic Colors of #D5FF2C
Black with #D5FF2C
Text Example
Text Example
White with #D5FF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF2C; }
p { color: rgb(213,255,44); }
H1.HeaderClassName
{
color: #D5FF2C;
}
.AnyTagClassName
{
color: #D5FF2C;
}
</style>
background-color css
<style>
a { background-color: #D5FF2C; }
a { background-color: rgb(213,255,44); }
div.DivClassName
{
background-color: #D5FF2C;
}
.BgClassName
{
background-color: #D5FF2C;
}
</style>
border-color css
<style>
span { border-color: #D5FF2C; }
span { border-color: rgb(213,255,44); }
td.TdClassName
{
border-color: #D5FF2C;
}
.TagClassName
{
border-color: #D5FF2C;
}
</style>