Shades of Pear #D0FF26
Tints of Pear #D0FF26
RGB
CMYK
RGB Variations
Color information
#D0FF26 (or 0xD0FF26) is known color: Pear. HEX triplet: D0, FF and 26. RGB value is (208,255,38). Sum of RGB (Red+Green+Blue) = 208+255+38=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 38 (15.23% from 255 or 7.58% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FF26 is #2F00D9. Grayscale: #D9D9D9. Windows color (decimal): -3080410 or 2555856. OLE color: 2555856.
HSL color Cylindrical-coordinate representation of color #D0FF26: hue angle of 73º 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 #D0FF26 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 38 | - |
| CMYK | 0.18 | 0 | 0.85 | 0 |
| HSL | 73º | 1% | 0.57% | - |
| HSV(B) | 73º | 0.85% | 1% | - |
| XYZ | 62.12 | 85.07 | 14.98 | - |
| YUV | 216.21 | 27.43 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 38 | 0.18 | 0 | 0.85 | 0 | 73 | 1 | 0.57 |
| Hex | D0 | FF | 26 | 12 | 0 | 55 | 0 | 49 | 64 | 39 |
| Octal | 320 | 377 | 46 | 22 | 0 | 125 | 0 | 111 | 144 | 71 |
| Binary | 11010000 | 11111111 | 100110 | 10010 | 0 | 1010101 | 0 | 1001001 | 1100100 | 111001 |
Color Harmonies of #D0FF26
Complementary color
Monochromatic Colors of #D0FF26
Black with #D0FF26
Text Example
Text Example
White with #D0FF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF26; }
p { color: rgb(208,255,38); }
H1.HeaderClassName
{
color: #D0FF26;
}
.AnyTagClassName
{
color: #D0FF26;
}
</style>
background-color css
<style>
a { background-color: #D0FF26; }
a { background-color: rgb(208,255,38); }
div.DivClassName
{
background-color: #D0FF26;
}
.BgClassName
{
background-color: #D0FF26;
}
</style>
border-color css
<style>
span { border-color: #D0FF26; }
span { border-color: rgb(208,255,38); }
td.TdClassName
{
border-color: #D0FF26;
}
.TagClassName
{
border-color: #D0FF26;
}
</style>