Shades of Pear #D5FF3D
Tints of Pear #D5FF3D
RGB
CMYK
RGB Variations
Color information
#D5FF3D (or 0xD5FF3D) is known color: Pear. HEX triplet: D5, FF and 3D. RGB value is (213,255,61). Sum of RGB (Red+Green+Blue) = 213+255+61=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 61 (24.22% from 255 or 11.53% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FF3D is #2A00C2. Grayscale: #DDDDDD. Windows color (decimal): -2752707 or 4063189. OLE color: 4063189.
HSL color Cylindrical-coordinate representation of color #D5FF3D: hue angle of 72.99º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5FF3D is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 61 | - |
| CMYK | 0.16 | 0 | 0.76 | 0 |
| HSL | 72.99º | 1% | 0.62% | - |
| HSV(B) | 72.99º | 0.76% | 1% | - |
| XYZ | 64.04 | 86 | 17.64 | - |
| YUV | 220.33 | 38.09 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 61 | 0.16 | 0 | 0.76 | 0 | 72.99 | 1 | 0.62 |
| Hex | D5 | FF | 3D | 10 | 0 | 4C | 0 | 49 | 64 | 3E |
| Octal | 325 | 377 | 75 | 20 | 0 | 114 | 0 | 111 | 144 | 76 |
| Binary | 11010101 | 11111111 | 111101 | 10000 | 0 | 1001100 | 0 | 1001001 | 1100100 | 111110 |
Color Harmonies of #D5FF3D
Complementary color
Monochromatic Colors of #D5FF3D
Black with #D5FF3D
Text Example
Text Example
White with #D5FF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF3D; }
p { color: rgb(213,255,61); }
H1.HeaderClassName
{
color: #D5FF3D;
}
.AnyTagClassName
{
color: #D5FF3D;
}
</style>
background-color css
<style>
a { background-color: #D5FF3D; }
a { background-color: rgb(213,255,61); }
div.DivClassName
{
background-color: #D5FF3D;
}
.BgClassName
{
background-color: #D5FF3D;
}
</style>
border-color css
<style>
span { border-color: #D5FF3D; }
span { border-color: rgb(213,255,61); }
td.TdClassName
{
border-color: #D5FF3D;
}
.TagClassName
{
border-color: #D5FF3D;
}
</style>