Shades of Pear #D1F33E
Tints of Pear #D1F33E
RGB
CMYK
RGB Variations
Color information
#D1F33E (or 0xD1F33E) is known color: Pear. HEX triplet: D1, F3 and 3E. RGB value is (209,243,62). Sum of RGB (Red+Green+Blue) = 209+243+62=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 62 (24.61% from 255 or 12.06% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F33E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F33E is #2E0CC1. Grayscale: #D4D4D4. Windows color (decimal): -3017922 or 4125649. OLE color: 4125649.
HSL color Cylindrical-coordinate representation of color #D1F33E: hue angle of 71.27º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1F33E is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 243 | 62 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.05 |
| HSL | 71.27º | 0.88% | 0.6% | - |
| HSV(B) | 71.27º | 0.74% | 0.95% | - |
| XYZ | 59.21 | 78 | 16.49 | - |
| YUV | 212.2 | 43.24 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 243 | 62 | 0.14 | 0 | 0.74 | 0.05 | 71.27 | 0.88 | 0.6 |
| Hex | D1 | F3 | 3E | E | 0 | 4A | 5 | 47 | 58 | 3C |
| Octal | 321 | 363 | 76 | 16 | 0 | 112 | 5 | 107 | 130 | 74 |
| Binary | 11010001 | 11110011 | 111110 | 1110 | 0 | 1001010 | 101 | 1000111 | 1011000 | 111100 |
Color Harmonies of #D1F33E
Complementary color
Monochromatic Colors of #D1F33E
Black with #D1F33E
Text Example
Text Example
White with #D1F33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F33E; }
p { color: rgb(209,243,62); }
H1.HeaderClassName
{
color: #D1F33E;
}
.AnyTagClassName
{
color: #D1F33E;
}
</style>
background-color css
<style>
a { background-color: #D1F33E; }
a { background-color: rgb(209,243,62); }
div.DivClassName
{
background-color: #D1F33E;
}
.BgClassName
{
background-color: #D1F33E;
}
</style>
border-color css
<style>
span { border-color: #D1F33E; }
span { border-color: rgb(209,243,62); }
td.TdClassName
{
border-color: #D1F33E;
}
.TagClassName
{
border-color: #D1F33E;
}
</style>