Shades of Pear #D1F234
Tints of Pear #D1F234
RGB
CMYK
RGB Variations
Color information
#D1F234 (or 0xD1F234) is known color: Pear. HEX triplet: D1, F2 and 34. RGB value is (209,242,52). Sum of RGB (Red+Green+Blue) = 209+242+52=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 52 (20.70% from 255 or 10.34% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F234 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F234 is #2E0DCB. Grayscale: #D3D3D3. Windows color (decimal): -3018188 or 3470033. OLE color: 3470033.
HSL color Cylindrical-coordinate representation of color #D1F234: hue angle of 70.42º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1F234 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 52 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.05 |
| HSL | 70.42º | 0.88% | 0.58% | - |
| HSV(B) | 70.42º | 0.79% | 0.95% | - |
| XYZ | 58.67 | 77.31 | 15.08 | - |
| YUV | 210.47 | 38.57 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 52 | 0.14 | 0 | 0.79 | 0.05 | 70.42 | 0.88 | 0.58 |
| Hex | D1 | F2 | 34 | E | 0 | 4F | 5 | 46 | 58 | 3A |
| Octal | 321 | 362 | 64 | 16 | 0 | 117 | 5 | 106 | 130 | 72 |
| Binary | 11010001 | 11110010 | 110100 | 1110 | 0 | 1001111 | 101 | 1000110 | 1011000 | 111010 |
Color Harmonies of #D1F234
Complementary color
Monochromatic Colors of #D1F234
Black with #D1F234
Text Example
Text Example
White with #D1F234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F234; }
p { color: rgb(209,242,52); }
H1.HeaderClassName
{
color: #D1F234;
}
.AnyTagClassName
{
color: #D1F234;
}
</style>
background-color css
<style>
a { background-color: #D1F234; }
a { background-color: rgb(209,242,52); }
div.DivClassName
{
background-color: #D1F234;
}
.BgClassName
{
background-color: #D1F234;
}
</style>
border-color css
<style>
span { border-color: #D1F234; }
span { border-color: rgb(209,242,52); }
td.TdClassName
{
border-color: #D1F234;
}
.TagClassName
{
border-color: #D1F234;
}
</style>