Shades of Pear #D8FF3D
Tints of Pear #D8FF3D
RGB
CMYK
RGB Variations
Color information
#D8FF3D (or 0xD8FF3D) is known color: Pear. HEX triplet: D8, FF and 3D. RGB value is (216,255,61). Sum of RGB (Red+Green+Blue) = 216+255+61=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 61 (24.22% from 255 or 11.47% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FF3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FF3D is #2700C2. Grayscale: #DDDDDD. Windows color (decimal): -2556099 or 4063192. OLE color: 4063192.
HSL color Cylindrical-coordinate representation of color #D8FF3D: hue angle of 72.06º 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 #D8FF3D is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 255 | 61 | - |
| CMYK | 0.15 | 0 | 0.76 | 0 |
| HSL | 72.06º | 1% | 0.62% | - |
| HSV(B) | 72.06º | 0.76% | 1% | - |
| XYZ | 64.92 | 86.46 | 17.68 | - |
| YUV | 221.22 | 37.58 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 255 | 61 | 0.15 | 0 | 0.76 | 0 | 72.06 | 1 | 0.62 |
| Hex | D8 | FF | 3D | F | 0 | 4C | 0 | 48 | 64 | 3E |
| Octal | 330 | 377 | 75 | 17 | 0 | 114 | 0 | 110 | 144 | 76 |
| Binary | 11011000 | 11111111 | 111101 | 1111 | 0 | 1001100 | 0 | 1001000 | 1100100 | 111110 |
Color Harmonies of #D8FF3D
Complementary color
Monochromatic Colors of #D8FF3D
Black with #D8FF3D
Text Example
Text Example
White with #D8FF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FF3D; }
p { color: rgb(216,255,61); }
H1.HeaderClassName
{
color: #D8FF3D;
}
.AnyTagClassName
{
color: #D8FF3D;
}
</style>
background-color css
<style>
a { background-color: #D8FF3D; }
a { background-color: rgb(216,255,61); }
div.DivClassName
{
background-color: #D8FF3D;
}
.BgClassName
{
background-color: #D8FF3D;
}
</style>
border-color css
<style>
span { border-color: #D8FF3D; }
span { border-color: rgb(216,255,61); }
td.TdClassName
{
border-color: #D8FF3D;
}
.TagClassName
{
border-color: #D8FF3D;
}
</style>