Shades of Pear #D4F135
Tints of Pear #D4F135
RGB
CMYK
RGB Variations
Color information
#D4F135 (or 0xD4F135) is known color: Pear. HEX triplet: D4, F1 and 35. RGB value is (212,241,53). Sum of RGB (Red+Green+Blue) = 212+241+53=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 53 (21.09% from 255 or 10.47% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F135 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F135 is #2B0ECA. Grayscale: #D3D3D3. Windows color (decimal): -2821835 or 3535316. OLE color: 3535316.
HSL color Cylindrical-coordinate representation of color #D4F135: hue angle of 69.26º 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 #D4F135 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 241 | 53 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.05 |
| HSL | 69.26º | 0.87% | 0.58% | - |
| HSV(B) | 69.26º | 0.78% | 0.95% | - |
| XYZ | 59.25 | 77.16 | 15.14 | - |
| YUV | 210.9 | 38.89 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 241 | 53 | 0.12 | 0 | 0.78 | 0.05 | 69.26 | 0.87 | 0.58 |
| Hex | D4 | F1 | 35 | C | 0 | 4E | 5 | 45 | 57 | 3A |
| Octal | 324 | 361 | 65 | 14 | 0 | 116 | 5 | 105 | 127 | 72 |
| Binary | 11010100 | 11110001 | 110101 | 1100 | 0 | 1001110 | 101 | 1000101 | 1010111 | 111010 |
Color Harmonies of #D4F135
Complementary color
Monochromatic Colors of #D4F135
Black with #D4F135
Text Example
Text Example
White with #D4F135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F135; }
p { color: rgb(212,241,53); }
H1.HeaderClassName
{
color: #D4F135;
}
.AnyTagClassName
{
color: #D4F135;
}
</style>
background-color css
<style>
a { background-color: #D4F135; }
a { background-color: rgb(212,241,53); }
div.DivClassName
{
background-color: #D4F135;
}
.BgClassName
{
background-color: #D4F135;
}
</style>
border-color css
<style>
span { border-color: #D4F135; }
span { border-color: rgb(212,241,53); }
td.TdClassName
{
border-color: #D4F135;
}
.TagClassName
{
border-color: #D4F135;
}
</style>