Shades of Pear #DCF633
Tints of Pear #DCF633
RGB
CMYK
RGB Variations
Color information
#DCF633 (or 0xDCF633) is known color: Pear. HEX triplet: DC, F6 and 33. RGB value is (220,246,51). Sum of RGB (Red+Green+Blue) = 220+246+51=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 246 (96.48% from 255 or 47.58% from 517); Blue value is 51 (20.31% from 255 or 9.86% from 517); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF633 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF633 is #2309CC. Grayscale: #D8D8D8. Windows color (decimal): -2296269 or 3405532. OLE color: 3405532.
HSL color Cylindrical-coordinate representation of color #DCF633: hue angle of 68º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCF633 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 51 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.04 |
| HSL | 68º | 0.92% | 0.58% | - |
| HSV(B) | 68º | 0.79% | 0.96% | - |
| XYZ | 63.07 | 81.37 | 15.51 | - |
| YUV | 216 | 34.89 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 51 | 0.11 | 0 | 0.79 | 0.04 | 68 | 0.92 | 0.58 |
| Hex | DC | F6 | 33 | B | 0 | 4F | 4 | 44 | 5C | 3A |
| Octal | 334 | 366 | 63 | 13 | 0 | 117 | 4 | 104 | 134 | 72 |
| Binary | 11011100 | 11110110 | 110011 | 1011 | 0 | 1001111 | 100 | 1000100 | 1011100 | 111010 |
Color Harmonies of #DCF633
Complementary color
Monochromatic Colors of #DCF633
Black with #DCF633
Text Example
Text Example
White with #DCF633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF633; }
p { color: rgb(220,246,51); }
H1.HeaderClassName
{
color: #DCF633;
}
.AnyTagClassName
{
color: #DCF633;
}
</style>
background-color css
<style>
a { background-color: #DCF633; }
a { background-color: rgb(220,246,51); }
div.DivClassName
{
background-color: #DCF633;
}
.BgClassName
{
background-color: #DCF633;
}
</style>
border-color css
<style>
span { border-color: #DCF633; }
span { border-color: rgb(220,246,51); }
td.TdClassName
{
border-color: #DCF633;
}
.TagClassName
{
border-color: #DCF633;
}
</style>