Shades of Pear #D6FF26
Tints of Pear #D6FF26
RGB
CMYK
RGB Variations
Color information
#D6FF26 (or 0xD6FF26) is known color: Pear. HEX triplet: D6, FF and 26. RGB value is (214,255,38). Sum of RGB (Red+Green+Blue) = 214+255+38=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 38 (15.23% from 255 or 7.50% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FF26 is #2900D9. Grayscale: #DADADA. Windows color (decimal): -2687194 or 2555862. OLE color: 2555862.
HSL color Cylindrical-coordinate representation of color #D6FF26: hue angle of 71.34º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D6FF26 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 38 | - |
| CMYK | 0.16 | 0 | 0.85 | 0 |
| HSL | 71.34º | 1% | 0.57% | - |
| HSV(B) | 71.34º | 0.85% | 1% | - |
| XYZ | 63.84 | 85.96 | 15.06 | - |
| YUV | 218 | 26.42 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 38 | 0.16 | 0 | 0.85 | 0 | 71.34 | 1 | 0.57 |
| Hex | D6 | FF | 26 | 10 | 0 | 55 | 0 | 47 | 64 | 39 |
| Octal | 326 | 377 | 46 | 20 | 0 | 125 | 0 | 107 | 144 | 71 |
| Binary | 11010110 | 11111111 | 100110 | 10000 | 0 | 1010101 | 0 | 1000111 | 1100100 | 111001 |
Color Harmonies of #D6FF26
Complementary color
Monochromatic Colors of #D6FF26
Black with #D6FF26
Text Example
Text Example
White with #D6FF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FF26; }
p { color: rgb(214,255,38); }
H1.HeaderClassName
{
color: #D6FF26;
}
.AnyTagClassName
{
color: #D6FF26;
}
</style>
background-color css
<style>
a { background-color: #D6FF26; }
a { background-color: rgb(214,255,38); }
div.DivClassName
{
background-color: #D6FF26;
}
.BgClassName
{
background-color: #D6FF26;
}
</style>
border-color css
<style>
span { border-color: #D6FF26; }
span { border-color: rgb(214,255,38); }
td.TdClassName
{
border-color: #D6FF26;
}
.TagClassName
{
border-color: #D6FF26;
}
</style>