Shades of Pear #D8F33D
Tints of Pear #D8F33D
RGB
CMYK
RGB Variations
Color information
#D8F33D (or 0xD8F33D) is known color: Pear. HEX triplet: D8, F3 and 3D. RGB value is (216,243,61). Sum of RGB (Red+Green+Blue) = 216+243+61=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 61 (24.22% from 255 or 11.73% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #D8F33D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F33D is #270CC2. Grayscale: #D6D6D6. Windows color (decimal): -2559171 or 4060120. OLE color: 4060120.
HSL color Cylindrical-coordinate representation of color #D8F33D: hue angle of 68.9º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8F33D is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 243 | 61 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.05 |
| HSL | 68.9º | 0.88% | 0.6% | - |
| HSV(B) | 68.9º | 0.75% | 0.95% | - |
| XYZ | 61.21 | 79.04 | 16.44 | - |
| YUV | 214.18 | 41.55 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 243 | 61 | 0.11 | 0 | 0.75 | 0.05 | 68.9 | 0.88 | 0.6 |
| Hex | D8 | F3 | 3D | B | 0 | 4B | 5 | 45 | 58 | 3C |
| Octal | 330 | 363 | 75 | 13 | 0 | 113 | 5 | 105 | 130 | 74 |
| Binary | 11011000 | 11110011 | 111101 | 1011 | 0 | 1001011 | 101 | 1000101 | 1011000 | 111100 |
Color Harmonies of #D8F33D
Complementary color
Monochromatic Colors of #D8F33D
Black with #D8F33D
Text Example
Text Example
White with #D8F33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F33D; }
p { color: rgb(216,243,61); }
H1.HeaderClassName
{
color: #D8F33D;
}
.AnyTagClassName
{
color: #D8F33D;
}
</style>
background-color css
<style>
a { background-color: #D8F33D; }
a { background-color: rgb(216,243,61); }
div.DivClassName
{
background-color: #D8F33D;
}
.BgClassName
{
background-color: #D8F33D;
}
</style>
border-color css
<style>
span { border-color: #D8F33D; }
span { border-color: rgb(216,243,61); }
td.TdClassName
{
border-color: #D8F33D;
}
.TagClassName
{
border-color: #D8F33D;
}
</style>