Shades of Pear #DCFF26
Tints of Pear #DCFF26
RGB
CMYK
RGB Variations
Color information
#DCFF26 (or 0xDCFF26) is known color: Pear. HEX triplet: DC, FF and 26. RGB value is (220,255,38). Sum of RGB (Red+Green+Blue) = 220+255+38=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 38 (15.23% from 255 or 7.41% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFF26 is #2300D9. Grayscale: #DCDCDC. Windows color (decimal): -2293978 or 2555868. OLE color: 2555868.
HSL color Cylindrical-coordinate representation of color #DCFF26: hue angle of 69.68º 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 #DCFF26 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 38 | - |
| CMYK | 0.14 | 0 | 0.85 | 0 |
| HSL | 69.68º | 1% | 0.57% | - |
| HSV(B) | 69.68º | 0.85% | 1% | - |
| XYZ | 65.63 | 86.88 | 15.14 | - |
| YUV | 219.8 | 25.4 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 38 | 0.14 | 0 | 0.85 | 0 | 69.68 | 1 | 0.57 |
| Hex | DC | FF | 26 | E | 0 | 55 | 0 | 46 | 64 | 39 |
| Octal | 334 | 377 | 46 | 16 | 0 | 125 | 0 | 106 | 144 | 71 |
| Binary | 11011100 | 11111111 | 100110 | 1110 | 0 | 1010101 | 0 | 1000110 | 1100100 | 111001 |
Color Harmonies of #DCFF26
Complementary color
Monochromatic Colors of #DCFF26
Black with #DCFF26
Text Example
Text Example
White with #DCFF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF26; }
p { color: rgb(220,255,38); }
H1.HeaderClassName
{
color: #DCFF26;
}
.AnyTagClassName
{
color: #DCFF26;
}
</style>
background-color css
<style>
a { background-color: #DCFF26; }
a { background-color: rgb(220,255,38); }
div.DivClassName
{
background-color: #DCFF26;
}
.BgClassName
{
background-color: #DCFF26;
}
</style>
border-color css
<style>
span { border-color: #DCFF26; }
span { border-color: rgb(220,255,38); }
td.TdClassName
{
border-color: #DCFF26;
}
.TagClassName
{
border-color: #DCFF26;
}
</style>