Shades of Pear #D9F13D
Tints of Pear #D9F13D
RGB
CMYK
RGB Variations
Color information
#D9F13D (or 0xD9F13D) is known color: Pear. HEX triplet: D9, F1 and 3D. RGB value is (217,241,61). Sum of RGB (Red+Green+Blue) = 217+241+61=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 61 (24.22% from 255 or 11.75% from 519); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F13D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F13D is #260EC2. Grayscale: #D6D6D6. Windows color (decimal): -2494147 or 4059609. OLE color: 4059609.
HSL color Cylindrical-coordinate representation of color #D9F13D: hue angle of 68º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D9F13D is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 241 | 61 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.05 |
| HSL | 68º | 0.87% | 0.59% | - |
| HSV(B) | 68º | 0.75% | 0.95% | - |
| XYZ | 60.91 | 78 | 16.26 | - |
| YUV | 213.3 | 42.05 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 241 | 61 | 0.10 | 0 | 0.75 | 0.05 | 68 | 0.87 | 0.59 |
| Hex | D9 | F1 | 3D | A | 0 | 4B | 5 | 44 | 57 | 3B |
| Octal | 331 | 361 | 75 | 12 | 0 | 113 | 5 | 104 | 127 | 73 |
| Binary | 11011001 | 11110001 | 111101 | 1010 | 0 | 1001011 | 101 | 1000100 | 1010111 | 111011 |
Color Harmonies of #D9F13D
Complementary color
Monochromatic Colors of #D9F13D
Black with #D9F13D
Text Example
Text Example
White with #D9F13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F13D; }
p { color: rgb(217,241,61); }
H1.HeaderClassName
{
color: #D9F13D;
}
.AnyTagClassName
{
color: #D9F13D;
}
</style>
background-color css
<style>
a { background-color: #D9F13D; }
a { background-color: rgb(217,241,61); }
div.DivClassName
{
background-color: #D9F13D;
}
.BgClassName
{
background-color: #D9F13D;
}
</style>
border-color css
<style>
span { border-color: #D9F13D; }
span { border-color: rgb(217,241,61); }
td.TdClassName
{
border-color: #D9F13D;
}
.TagClassName
{
border-color: #D9F13D;
}
</style>