Shades of Pear #D1F435
Tints of Pear #D1F435
RGB
CMYK
RGB Variations
Color information
#D1F435 (or 0xD1F435) is known color: Pear. HEX triplet: D1, F4 and 35. RGB value is (209,244,53). Sum of RGB (Red+Green+Blue) = 209+244+53=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 244 (95.70% from 255 or 48.22% from 506); Blue value is 53 (21.09% from 255 or 10.47% from 506); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F435 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F435 is #2E0BCA. Grayscale: #D4D4D4. Windows color (decimal): -3017675 or 3536081. OLE color: 3536081.
HSL color Cylindrical-coordinate representation of color #D1F435: hue angle of 70.99º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1F435 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 244 | 53 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.04 |
| HSL | 70.99º | 0.9% | 0.58% | - |
| HSV(B) | 70.99º | 0.78% | 0.96% | - |
| XYZ | 59.29 | 78.51 | 15.4 | - |
| YUV | 211.76 | 38.4 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 244 | 53 | 0.14 | 0 | 0.78 | 0.04 | 70.99 | 0.9 | 0.58 |
| Hex | D1 | F4 | 35 | E | 0 | 4E | 4 | 47 | 5A | 3A |
| Octal | 321 | 364 | 65 | 16 | 0 | 116 | 4 | 107 | 132 | 72 |
| Binary | 11010001 | 11110100 | 110101 | 1110 | 0 | 1001110 | 100 | 1000111 | 1011010 | 111010 |
Color Harmonies of #D1F435
Complementary color
Monochromatic Colors of #D1F435
Black with #D1F435
Text Example
Text Example
White with #D1F435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F435; }
p { color: rgb(209,244,53); }
H1.HeaderClassName
{
color: #D1F435;
}
.AnyTagClassName
{
color: #D1F435;
}
</style>
background-color css
<style>
a { background-color: #D1F435; }
a { background-color: rgb(209,244,53); }
div.DivClassName
{
background-color: #D1F435;
}
.BgClassName
{
background-color: #D1F435;
}
</style>
border-color css
<style>
span { border-color: #D1F435; }
span { border-color: rgb(209,244,53); }
td.TdClassName
{
border-color: #D1F435;
}
.TagClassName
{
border-color: #D1F435;
}
</style>