Shades of Pear #D1F338
Tints of Pear #D1F338
RGB
CMYK
RGB Variations
Color information
#D1F338 (or 0xD1F338) is known color: Pear. HEX triplet: D1, F3 and 38. RGB value is (209,243,56). Sum of RGB (Red+Green+Blue) = 209+243+56=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 56 (22.27% from 255 or 11.02% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F338 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F338 is #2E0CC7. Grayscale: #D4D4D4. Windows color (decimal): -3017928 or 3732433. OLE color: 3732433.
HSL color Cylindrical-coordinate representation of color #D1F338: hue angle of 70.91º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1F338 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 243 | 56 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.05 |
| HSL | 70.91º | 0.89% | 0.59% | - |
| HSV(B) | 70.91º | 0.77% | 0.95% | - |
| XYZ | 59.06 | 77.94 | 15.67 | - |
| YUV | 211.52 | 40.24 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 243 | 56 | 0.14 | 0 | 0.77 | 0.05 | 70.91 | 0.89 | 0.59 |
| Hex | D1 | F3 | 38 | E | 0 | 4D | 5 | 47 | 59 | 3B |
| Octal | 321 | 363 | 70 | 16 | 0 | 115 | 5 | 107 | 131 | 73 |
| Binary | 11010001 | 11110011 | 111000 | 1110 | 0 | 1001101 | 101 | 1000111 | 1011001 | 111011 |
Color Harmonies of #D1F338
Complementary color
Monochromatic Colors of #D1F338
Black with #D1F338
Text Example
Text Example
White with #D1F338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F338; }
p { color: rgb(209,243,56); }
H1.HeaderClassName
{
color: #D1F338;
}
.AnyTagClassName
{
color: #D1F338;
}
</style>
background-color css
<style>
a { background-color: #D1F338; }
a { background-color: rgb(209,243,56); }
div.DivClassName
{
background-color: #D1F338;
}
.BgClassName
{
background-color: #D1F338;
}
</style>
border-color css
<style>
span { border-color: #D1F338; }
span { border-color: rgb(209,243,56); }
td.TdClassName
{
border-color: #D1F338;
}
.TagClassName
{
border-color: #D1F338;
}
</style>