Shades of Pear #D5FB26
Tints of Pear #D5FB26
RGB
CMYK
RGB Variations
Color information
#D5FB26 (or 0xD5FB26) is known color: Pear. HEX triplet: D5, FB and 26. RGB value is (213,251,38). Sum of RGB (Red+Green+Blue) = 213+251+38=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 251 (98.44% from 255 or 50% from 502); Blue value is 38 (15.23% from 255 or 7.57% from 502); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FB26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FB26 is #2A04D9. Grayscale: #D8D8D8. Windows color (decimal): -2753754 or 2554837. OLE color: 2554837.
HSL color Cylindrical-coordinate representation of color #D5FB26: hue angle of 70.7º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5FB26 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 251 | 38 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.02 |
| HSL | 70.7º | 0.96% | 0.57% | - |
| HSV(B) | 70.7º | 0.85% | 0.98% | - |
| XYZ | 62.29 | 83.28 | 14.63 | - |
| YUV | 215.36 | 27.91 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 251 | 38 | 0.15 | 0 | 0.85 | 0.02 | 70.7 | 0.96 | 0.57 |
| Hex | D5 | FB | 26 | F | 0 | 55 | 2 | 47 | 60 | 39 |
| Octal | 325 | 373 | 46 | 17 | 0 | 125 | 2 | 107 | 140 | 71 |
| Binary | 11010101 | 11111011 | 100110 | 1111 | 0 | 1010101 | 10 | 1000111 | 1100000 | 111001 |
Color Harmonies of #D5FB26
Complementary color
Monochromatic Colors of #D5FB26
Black with #D5FB26
Text Example
Text Example
White with #D5FB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FB26; }
p { color: rgb(213,251,38); }
H1.HeaderClassName
{
color: #D5FB26;
}
.AnyTagClassName
{
color: #D5FB26;
}
</style>
background-color css
<style>
a { background-color: #D5FB26; }
a { background-color: rgb(213,251,38); }
div.DivClassName
{
background-color: #D5FB26;
}
.BgClassName
{
background-color: #D5FB26;
}
</style>
border-color css
<style>
span { border-color: #D5FB26; }
span { border-color: rgb(213,251,38); }
td.TdClassName
{
border-color: #D5FB26;
}
.TagClassName
{
border-color: #D5FB26;
}
</style>