Shades of Pear #D1F33D
Tints of Pear #D1F33D
RGB
CMYK
RGB Variations
Color information
#D1F33D (or 0xD1F33D) is known color: Pear. HEX triplet: D1, F3 and 3D. RGB value is (209,243,61). Sum of RGB (Red+Green+Blue) = 209+243+61=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 61 (24.22% from 255 or 11.89% from 513); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F33D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F33D is #2E0CC2. Grayscale: #D4D4D4. Windows color (decimal): -3017923 or 4060113. OLE color: 4060113.
HSL color Cylindrical-coordinate representation of color #D1F33D: hue angle of 71.21º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1F33D is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 243 | 61 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.05 |
| HSL | 71.21º | 0.88% | 0.6% | - |
| HSV(B) | 71.21º | 0.75% | 0.95% | - |
| XYZ | 59.19 | 77.99 | 16.35 | - |
| YUV | 212.09 | 42.74 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 243 | 61 | 0.14 | 0 | 0.75 | 0.05 | 71.21 | 0.88 | 0.6 |
| Hex | D1 | F3 | 3D | E | 0 | 4B | 5 | 47 | 58 | 3C |
| Octal | 321 | 363 | 75 | 16 | 0 | 113 | 5 | 107 | 130 | 74 |
| Binary | 11010001 | 11110011 | 111101 | 1110 | 0 | 1001011 | 101 | 1000111 | 1011000 | 111100 |
Color Harmonies of #D1F33D
Complementary color
Monochromatic Colors of #D1F33D
Black with #D1F33D
Text Example
Text Example
White with #D1F33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F33D; }
p { color: rgb(209,243,61); }
H1.HeaderClassName
{
color: #D1F33D;
}
.AnyTagClassName
{
color: #D1F33D;
}
</style>
background-color css
<style>
a { background-color: #D1F33D; }
a { background-color: rgb(209,243,61); }
div.DivClassName
{
background-color: #D1F33D;
}
.BgClassName
{
background-color: #D1F33D;
}
</style>
border-color css
<style>
span { border-color: #D1F33D; }
span { border-color: rgb(209,243,61); }
td.TdClassName
{
border-color: #D1F33D;
}
.TagClassName
{
border-color: #D1F33D;
}
</style>