Shades of Pear #D8F135
Tints of Pear #D8F135
RGB
CMYK
RGB Variations
Color information
#D8F135 (or 0xD8F135) is known color: Pear. HEX triplet: D8, F1 and 35. RGB value is (216,241,53). Sum of RGB (Red+Green+Blue) = 216+241+53=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 53 (21.09% from 255 or 10.39% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F135 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F135 is #270ECA. Grayscale: #D4D4D4. Windows color (decimal): -2559691 or 3535320. OLE color: 3535320.
HSL color Cylindrical-coordinate representation of color #D8F135: hue angle of 67.98º 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 #D8F135 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 241 | 53 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.05 |
| HSL | 67.98º | 0.87% | 0.58% | - |
| HSV(B) | 67.98º | 0.78% | 0.95% | - |
| XYZ | 60.42 | 77.77 | 15.19 | - |
| YUV | 212.09 | 38.22 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 241 | 53 | 0.10 | 0 | 0.78 | 0.05 | 67.98 | 0.87 | 0.58 |
| Hex | D8 | F1 | 35 | A | 0 | 4E | 5 | 44 | 57 | 3A |
| Octal | 330 | 361 | 65 | 12 | 0 | 116 | 5 | 104 | 127 | 72 |
| Binary | 11011000 | 11110001 | 110101 | 1010 | 0 | 1001110 | 101 | 1000100 | 1010111 | 111010 |
Color Harmonies of #D8F135
Complementary color
Monochromatic Colors of #D8F135
Black with #D8F135
Text Example
Text Example
White with #D8F135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F135; }
p { color: rgb(216,241,53); }
H1.HeaderClassName
{
color: #D8F135;
}
.AnyTagClassName
{
color: #D8F135;
}
</style>
background-color css
<style>
a { background-color: #D8F135; }
a { background-color: rgb(216,241,53); }
div.DivClassName
{
background-color: #D8F135;
}
.BgClassName
{
background-color: #D8F135;
}
</style>
border-color css
<style>
span { border-color: #D8F135; }
span { border-color: rgb(216,241,53); }
td.TdClassName
{
border-color: #D8F135;
}
.TagClassName
{
border-color: #D8F135;
}
</style>