Shades of Pear #D2FB25
Tints of Pear #D2FB25
RGB
CMYK
RGB Variations
Color information
#D2FB25 (or 0xD2FB25) is known color: Pear. HEX triplet: D2, FB and 25. RGB value is (210,251,37). Sum of RGB (Red+Green+Blue) = 210+251+37=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 251 (98.44% from 255 or 50.40% from 498); Blue value is 37 (14.84% from 255 or 7.43% from 498); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FB25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FB25 is #2D04DA. Grayscale: #D7D7D7. Windows color (decimal): -2950363 or 2489298. OLE color: 2489298.
HSL color Cylindrical-coordinate representation of color #D2FB25: hue angle of 71.5º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2FB25 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 251 | 37 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.02 |
| HSL | 71.5º | 0.96% | 0.56% | - |
| HSV(B) | 71.5º | 0.85% | 0.98% | - |
| XYZ | 61.41 | 82.83 | 14.5 | - |
| YUV | 214.35 | 27.92 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 251 | 37 | 0.16 | 0 | 0.85 | 0.02 | 71.5 | 0.96 | 0.56 |
| Hex | D2 | FB | 25 | 10 | 0 | 55 | 2 | 47 | 60 | 38 |
| Octal | 322 | 373 | 45 | 20 | 0 | 125 | 2 | 107 | 140 | 70 |
| Binary | 11010010 | 11111011 | 100101 | 10000 | 0 | 1010101 | 10 | 1000111 | 1100000 | 111000 |
Color Harmonies of #D2FB25
Complementary color
Monochromatic Colors of #D2FB25
Black with #D2FB25
Text Example
Text Example
White with #D2FB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FB25; }
p { color: rgb(210,251,37); }
H1.HeaderClassName
{
color: #D2FB25;
}
.AnyTagClassName
{
color: #D2FB25;
}
</style>
background-color css
<style>
a { background-color: #D2FB25; }
a { background-color: rgb(210,251,37); }
div.DivClassName
{
background-color: #D2FB25;
}
.BgClassName
{
background-color: #D2FB25;
}
</style>
border-color css
<style>
span { border-color: #D2FB25; }
span { border-color: rgb(210,251,37); }
td.TdClassName
{
border-color: #D2FB25;
}
.TagClassName
{
border-color: #D2FB25;
}
</style>