Shades of Pear #D9F31B
Tints of Pear #D9F31B
RGB
CMYK
RGB Variations
Color information
#D9F31B (or 0xD9F31B) is known color: Pear. HEX triplet: D9, F3 and 1B. RGB value is (217,243,27). Sum of RGB (Red+Green+Blue) = 217+243+27=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 243 (95.31% from 255 or 49.90% from 487); Blue value is 27 (10.94% from 255 or 5.54% from 487); Max value from RGB is 243 - color contains mainly: green. Hex color #D9F31B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F31B is #260CE4. Grayscale: #D3D3D3. Windows color (decimal): -2493669 or 1831897. OLE color: 1831897.
HSL color Cylindrical-coordinate representation of color #D9F31B: hue angle of 67.22º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D9F31B is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 243 | 27 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.05 |
| HSL | 67.22º | 0.9% | 0.53% | - |
| HSV(B) | 67.22º | 0.89% | 0.95% | - |
| XYZ | 60.86 | 78.93 | 13.06 | - |
| YUV | 210.6 | 24.39 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 243 | 27 | 0.11 | 0 | 0.89 | 0.05 | 67.22 | 0.9 | 0.53 |
| Hex | D9 | F3 | 1B | B | 0 | 59 | 5 | 43 | 5A | 35 |
| Octal | 331 | 363 | 33 | 13 | 0 | 131 | 5 | 103 | 132 | 65 |
| Binary | 11011001 | 11110011 | 11011 | 1011 | 0 | 1011001 | 101 | 1000011 | 1011010 | 110101 |
Color Harmonies of #D9F31B
Complementary color
Monochromatic Colors of #D9F31B
Black with #D9F31B
Text Example
Text Example
White with #D9F31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F31B; }
p { color: rgb(217,243,27); }
H1.HeaderClassName
{
color: #D9F31B;
}
.AnyTagClassName
{
color: #D9F31B;
}
</style>
background-color css
<style>
a { background-color: #D9F31B; }
a { background-color: rgb(217,243,27); }
div.DivClassName
{
background-color: #D9F31B;
}
.BgClassName
{
background-color: #D9F31B;
}
</style>
border-color css
<style>
span { border-color: #D9F31B; }
span { border-color: rgb(217,243,27); }
td.TdClassName
{
border-color: #D9F31B;
}
.TagClassName
{
border-color: #D9F31B;
}
</style>