Shades of Pear #D2FB41
Tints of Pear #D2FB41
RGB
CMYK
RGB Variations
Color information
#D2FB41 (or 0xD2FB41) is known color: Pear. HEX triplet: D2, FB and 41. RGB value is (210,251,65). Sum of RGB (Red+Green+Blue) = 210+251+65=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 251 (98.44% from 255 or 47.72% from 526); Blue value is 65 (25.78% from 255 or 12.36% from 526); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FB41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FB41 is #2D04BE. Grayscale: #DADADA. Windows color (decimal): -2950335 or 4324306. OLE color: 4324306.
HSL color Cylindrical-coordinate representation of color #D2FB41: hue angle of 73.23º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2FB41 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 251 | 65 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.02 |
| HSL | 73.23º | 0.96% | 0.62% | - |
| HSV(B) | 73.23º | 0.74% | 0.98% | - |
| XYZ | 62.03 | 83.08 | 17.77 | - |
| YUV | 217.54 | 41.92 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 251 | 65 | 0.16 | 0 | 0.74 | 0.02 | 73.23 | 0.96 | 0.62 |
| Hex | D2 | FB | 41 | 10 | 0 | 4A | 2 | 49 | 60 | 3E |
| Octal | 322 | 373 | 101 | 20 | 0 | 112 | 2 | 111 | 140 | 76 |
| Binary | 11010010 | 11111011 | 1000001 | 10000 | 0 | 1001010 | 10 | 1001001 | 1100000 | 111110 |
Color Harmonies of #D2FB41
Complementary color
Monochromatic Colors of #D2FB41
Black with #D2FB41
Text Example
Text Example
White with #D2FB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FB41; }
p { color: rgb(210,251,65); }
H1.HeaderClassName
{
color: #D2FB41;
}
.AnyTagClassName
{
color: #D2FB41;
}
</style>
background-color css
<style>
a { background-color: #D2FB41; }
a { background-color: rgb(210,251,65); }
div.DivClassName
{
background-color: #D2FB41;
}
.BgClassName
{
background-color: #D2FB41;
}
</style>
border-color css
<style>
span { border-color: #D2FB41; }
span { border-color: rgb(210,251,65); }
td.TdClassName
{
border-color: #D2FB41;
}
.TagClassName
{
border-color: #D2FB41;
}
</style>