Shades of Pear #D1FC33
Tints of Pear #D1FC33
RGB
CMYK
RGB Variations
Color information
#D1FC33 (or 0xD1FC33) is known color: Pear. HEX triplet: D1, FC and 33. RGB value is (209,252,51). Sum of RGB (Red+Green+Blue) = 209+252+51=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 51 (20.31% from 255 or 9.96% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #D1FC33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FC33 is #2E03CC. Grayscale: #D8D8D8. Windows color (decimal): -3015629 or 3407057. OLE color: 3407057.
HSL color Cylindrical-coordinate representation of color #D1FC33: hue angle of 72.84º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1FC33 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 252 | 51 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.01 |
| HSL | 72.84º | 0.97% | 0.59% | - |
| HSV(B) | 72.84º | 0.8% | 0.99% | - |
| XYZ | 61.7 | 83.42 | 15.98 | - |
| YUV | 216.23 | 34.75 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 252 | 51 | 0.17 | 0 | 0.80 | 0.01 | 72.84 | 0.97 | 0.59 |
| Hex | D1 | FC | 33 | 11 | 0 | 50 | 1 | 49 | 61 | 3B |
| Octal | 321 | 374 | 63 | 21 | 0 | 120 | 1 | 111 | 141 | 73 |
| Binary | 11010001 | 11111100 | 110011 | 10001 | 0 | 1010000 | 1 | 1001001 | 1100001 | 111011 |
Color Harmonies of #D1FC33
Complementary color
Monochromatic Colors of #D1FC33
Black with #D1FC33
Text Example
Text Example
White with #D1FC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FC33; }
p { color: rgb(209,252,51); }
H1.HeaderClassName
{
color: #D1FC33;
}
.AnyTagClassName
{
color: #D1FC33;
}
</style>
background-color css
<style>
a { background-color: #D1FC33; }
a { background-color: rgb(209,252,51); }
div.DivClassName
{
background-color: #D1FC33;
}
.BgClassName
{
background-color: #D1FC33;
}
</style>
border-color css
<style>
span { border-color: #D1FC33; }
span { border-color: rgb(209,252,51); }
td.TdClassName
{
border-color: #D1FC33;
}
.TagClassName
{
border-color: #D1FC33;
}
</style>