Shades of Pear #D9F135
Tints of Pear #D9F135
RGB
CMYK
RGB Variations
Color information
#D9F135 (or 0xD9F135) is known color: Pear. HEX triplet: D9, F1 and 35. RGB value is (217,241,53). Sum of RGB (Red+Green+Blue) = 217+241+53=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 53 (21.09% from 255 or 10.37% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F135 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F135 is #260ECA. Grayscale: #D5D5D5. Windows color (decimal): -2494155 or 3535321. OLE color: 3535321.
HSL color Cylindrical-coordinate representation of color #D9F135: hue angle of 67.66º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9F135 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 241 | 53 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.05 |
| HSL | 67.66º | 0.87% | 0.58% | - |
| HSV(B) | 67.66º | 0.78% | 0.95% | - |
| XYZ | 60.71 | 77.92 | 15.21 | - |
| YUV | 212.39 | 38.05 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 241 | 53 | 0.10 | 0 | 0.78 | 0.05 | 67.66 | 0.87 | 0.58 |
| Hex | D9 | F1 | 35 | A | 0 | 4E | 5 | 44 | 57 | 3A |
| Octal | 331 | 361 | 65 | 12 | 0 | 116 | 5 | 104 | 127 | 72 |
| Binary | 11011001 | 11110001 | 110101 | 1010 | 0 | 1001110 | 101 | 1000100 | 1010111 | 111010 |
Color Harmonies of #D9F135
Complementary color
Monochromatic Colors of #D9F135
Black with #D9F135
Text Example
Text Example
White with #D9F135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F135; }
p { color: rgb(217,241,53); }
H1.HeaderClassName
{
color: #D9F135;
}
.AnyTagClassName
{
color: #D9F135;
}
</style>
background-color css
<style>
a { background-color: #D9F135; }
a { background-color: rgb(217,241,53); }
div.DivClassName
{
background-color: #D9F135;
}
.BgClassName
{
background-color: #D9F135;
}
</style>
border-color css
<style>
span { border-color: #D9F135; }
span { border-color: rgb(217,241,53); }
td.TdClassName
{
border-color: #D9F135;
}
.TagClassName
{
border-color: #D9F135;
}
</style>